public static interface MapboxMap.OnMyLocationChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onMyLocationChange(android.location.Location location)
Called when the location of the My Location view has changed
(be it latitude/longitude, bearing or accuracy).
|
void onMyLocationChange(@Nullable
android.location.Location location)
location - The current location of the My Location view The type of map change event.