| com.amazon.geo.mapsv2.OnMapReadyCallback |
Interface for receiving callbacks when the map is ready to be used. Instances
of this interface can be set using the
getMapAsync(OnMapReadyCallback) method of MapFragment,
MapView, or SupportMapFragment.
If an Amazon Maps update is required, the user will be prompted to update.
The onMapReady(AmazonMap) callback then occurs after the user
has updated and returned to the app.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Called when the map is ready to be used.
| |||||||||||
Called when the map is ready to be used.
| amazonMap | An AmazonMap which is guaranteed to be non-null
and ready to use.
|
|---|