com.amazon.geo.mapsv2.AmazonMap.OnMapLoadedCallback |
Interface for receiving callbacks when the map finishes loading. This event happens when all map tiles are fetched and rendered.
Note that this callback may not fire or may be delayed if:
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when all map tiles have finished rendering.
|
Called when all map tiles have finished rendering. Note that
this method is only called once. You can request another
callback by calling
setOnMapLoadedCallback(OnMapLoadedCallback)
.