public static interface MapController.OnMyLocationChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onMyLastLocationUpdate(android.location.Location location)
Callback method to provide last location update when user interact with map location button
|
void |
onMyLocationChanged(android.location.Location location)
Callback method to provide location updates when current location changed on map from
any location provider (Fused).
|
void |
onMyLocationFirstFix(android.location.Location location)
Callback method to provide location update when received for first time/fix from
any location provider (Fused).
|
void onMyLocationChanged(android.location.Location location)
location - an object of Location classvoid onMyLocationFirstFix(android.location.Location location)
location - an object of Location classvoid onMyLastLocationUpdate(android.location.Location location)
location - an object of Location class