| com.steerpath.sdk.maps.OnMapReadyCallback |
Interface definition for a callback to be invoked when the map is ready to be used.
Once an instance of this interface is set on a SteerpathMapFragment or SteerpathMapView object,
the onMapReady(SteerpathMap) method is triggered when the map is ready to be used and provides an instance of SteerpathMap which is
a thin wrapper around com.mapbox.mapboxsdk.maps.MapboxMap.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onMapReady(SteerpathMap map)
Called when the map is ready to be used.
| ||||||||||
Called when the map is ready to be used.
| map | An instance of SteerpathMap and MapboxMap associated with the SteerpathMapFragment or
SteerpathMapView that defines the callback.
|
|---|