Change markers position base on Realtime Firebase lat and lang values
问题 I seek to change the position of markers in google maps with the value of the real-time database I try to mMap.clear to but it's not the right solution because if I have 100 markers and change position of 1 marker the 100 is clear and reposition for make 1 marker change myRef.addValueEventListener(new ValueEventListener() { @Override public void onDataChange(DataSnapshot dataSnapshot) { mMap.clear(); for (DataSnapshot ds : dataSnapshot.getChildren()) { Double lang = ds.child("lang").getValue