public interface

OnMapReadyCallback

com.steerpath.sdk.maps.OnMapReadyCallback

Class Overview

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.

Summary

Public Methods
abstract void onMapReady(SteerpathMap map)
Called when the map is ready to be used.

Public Methods

public abstract void onMapReady (SteerpathMap map)

Called when the map is ready to be used.

Parameters
map An instance of SteerpathMap and MapboxMap associated with the SteerpathMapFragment or SteerpathMapView that defines the callback.