Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] #5076 - invalidate MarkerViews when adding a MarkerView
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun committed Jun 6, 2016
1 parent 517545f commit 24b8cb7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@ public MarkerView addMarker(@NonNull BaseMarkerViewOptions markerOptions) {
long id = mMapView.addMarker(marker);
marker.setId(id);
mAnnotations.put(id, marker);
mMarkerViewManager.invalidateViewMarkersInBounds();
return marker;
}

Expand Down

0 comments on commit 24b8cb7

Please sign in to comment.