public interface

OnMapReadyCallback

com.amazon.geo.mapsv2.OnMapReadyCallback

Class Overview

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.

Summary

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

Public Methods

public abstract void onMapReady (AmazonMap amazonMap)

Called when the map is ready to be used.

Parameters
amazonMap An AmazonMap which is guaranteed to be non-null and ready to use.