public static interface

AmazonMap.OnMapLoadedCallback

com.amazon.geo.mapsv2.AmazonMap.OnMapLoadedCallback

Class Overview

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:

  • The map cannot load due to connectivity
  • The map camera continues to move due to animations or user interactions.

Summary

Public Methods
abstract void onMapLoaded()
Called when all map tiles have finished rendering.

Public Methods

public abstract void onMapLoaded ()

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).