public interface OnUserInteractionListener
Modifier and Type | Method and Description |
---|---|
void |
onBuildingMarkerSelected(Building building)
Notifies that the user has selected a building.
|
void |
onMapReady()
Get notified when the underlying map is ready.
|
void |
onMapTouched(LatLng coordinates)
Get notified when the user touches the map.
|
void |
onRouteCanceled()
Notifies that the route has been canceled without reaching the destination.
|
void |
onRouteFinish()
Get notified when the user reaches the destination.
|
void |
onRouteToSelectedPOIRequested()
Get notified when de user requests a route to the selected POI.
|
void onRouteToSelectedPOIRequested()
void onRouteFinish()
void onRouteCanceled()
void onMapReady()
void onMapTouched(LatLng coordinates)
coordinates
- The coordinates in the map.void onBuildingMarkerSelected(Building building)
building
- The selected building.