package

com.amazon.geo.mapsv2

Contains the core Amazon Maps API classes you can use for configuring, displaying and referencing maps.

Interfaces

AmazonMap.CancelableCallback Interface for receiving notifications when a task is cancelled or completed. 
AmazonMap.InfoWindowAdapter Interface for displaying Marker info windows. 
AmazonMap.OnCameraChangeListener Interface for receiving callbacks when the map camera changes position. 
AmazonMap.OnIndoorStateChangeListener Interface for receiving notifications when indoor maps change state. 
AmazonMap.OnInfoWindowClickListener Interface for receiving callbacks when a user clicks the info window for a Marker
AmazonMap.OnMapClickListener Interface for receiving callbacks when the map is clicked. 
AmazonMap.OnMapLoadedCallback Interface for receiving callbacks when the map finishes loading. 
AmazonMap.OnMapLongClickListener Interface for receiving callbacks when the user performs a long click on the map. 
AmazonMap.OnMarkerClickListener Interface for receiving callbacks when the user clicks a Marker
AmazonMap.OnMarkerDragListener Interface for receiving callbacks when the user drags a marker. 
AmazonMap.OnMyLocationButtonClickListener Interface for receiving callbacks when the user clicks the "Locate Me" button. 
AmazonMap.OnMyLocationChangeListener This interface is deprecated. Use standard Android location APIs instead. See the Location Strategies API guide for details.  
AmazonMap.SnapshotReadyCallback Interface for receiving callbacks from the snapshot() methods. 
LocationSource Interface for replacing the map's built in location provider. 
LocationSource.OnLocationChangedListener An interface for receiving callbacks when the user's location changes. 
OnMapReadyCallback Interface for receiving callbacks when the map is ready to be used. 
OnStreetViewPanoramaReadyCallback Street views are not currently supported in the Amazon Maps API. 
StreetViewPanorama.OnStreetViewPanoramaCameraChangeListener Street views are not currently supported in the Amazon Maps API. 
StreetViewPanorama.OnStreetViewPanoramaChangeListener Street views are not currently supported in the Amazon Maps API. 
StreetViewPanorama.OnStreetViewPanoramaClickListener Street views are not currently supported in the Amazon Maps API. 

Classes

AmazonMap The main class for interacting with the map. 
AmazonMapOptions Configuration object used for setting initial map options when creating an AmazonMap
AmazonMapsStrictMode Sets a policy of what to do when the AmazonMaps functionality does not match the reference implementation. 
AmazonMapsStrictMode.ApiPolicy Sets a policy for when an API is not implemented. 
AmazonMapsStrictMode.ApiPolicy.Builder Builds an ApiPolicy object  
CameraUpdate Defines a target for changing the map camera. 
CameraUpdateFactory Contains methods for creating CameraUpdate objects. 
MapFragment Represents a Fragment for displaying a map. 
MapsInitializer Contains methods for manually initializing the Amazon Maps API. 
MapView Represents a View for displaying a map. 
Projection An object used to translate between screen pixels (not display pixels) and geographic locations on the map (latitude / longitude). 
StreetViewPanorama Street views are not currently supported in the Amazon Maps API. 
StreetViewPanoramaFragment Street views are not currently supported in the Amazon Maps API. 
StreetViewPanoramaOptions Street views are not currently supported in the Amazon Maps API. 
StreetViewPanoramaView Street views are not currently supported in the Amazon Maps API. 
SupportMapFragment Represents a Fragment for displaying a map. 
SupportStreetViewPanoramaFragment Street views are not currently supported in the Amazon Maps API. 
UiSettings Contains the user interface settings for the map. 

Exceptions

AmazonMapsStrictMode.StrictModeException Thrown when a strict mode violation occurs and penaltyThrow is chosen.