public static interface MarkerViewManager.OnMarkerViewAddedListener
MapboxMap.addMarker(BaseMarkerOptions)
and only when the related MarkerView is found in the viewport of the map.
| Modifier and Type | Method and Description |
|---|---|
void |
onViewAdded(MarkerView markerView)
Invoked when the View of a MarkerView has been added to the Map.
|
void onViewAdded(@NonNull
MarkerView markerView)
markerView - The MarkerView the View was added for