Class Index - Amazon Maps v2.5

A B C E G I L M O P R S T U V

A

AmazonMap The main class for interacting with the map. 
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. 
AmazonMapOptions Configuration object used for setting initial map options when creating an AmazonMap
AmazonMapsRuntimeUtil Class providing utility methods for the Amazon Maps API. 
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  
AmazonMapsStrictMode.StrictModeException Thrown when a strict mode violation occurs and penaltyThrow is chosen. 

B

BitmapDescriptor Defines a bitmap that can be used for custom Marker icons. 
BitmapDescriptorFactory Contains methods for creating BitmapDescriptor objects from different sources. 

C

CameraPosition Immutable class representing the position of the camera. 
CameraPosition.Builder Class for building CameraPosition objects. 
CameraUpdate Defines a target for changing the map camera. 
CameraUpdateFactory Contains methods for creating CameraUpdate objects. 
Circle A circle overlay that can be displayed on the map. 
CircleOptions An object for defining the initial options for a Circle object. 
ConnectionResult Error code returned from isAmazonMapsRuntimeAvailable(android.content.Context)

E

ErrorDialogFragment Wraps an error dialog in a Fragment so that its life cycle can be managed by the Activity

G

GroundOverlay Ground overlays are not currently supported in the Amazon Maps API. 
GroundOverlayOptions Ground overlays are not currently supported in the Amazon Maps API. 

I

IndoorBuilding Indoor building maps are not currently supported in the Amazon Maps API. 
IndoorLevel Indoor building maps are not currently supported in the Amazon Maps API. 

L

LatLng Immutable class representing a geographic point on the map represented by a latitude/longitude pair, in degrees. 
LatLngBounds Immutable class representing a rectangle defined by LatLng objects at its northeast and southwest points. 
LatLngBounds.Builder Class for building LatLngBounds objects. 
LocationSource Interface for replacing the map's built in location provider. 
LocationSource.OnLocationChangedListener An interface for receiving callbacks when the user's location changes. 

M

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. 
Marker An icon overlay that can be displayed at a specific geographic location on the map. 
MarkerOptions An object for defining the initial options for a Marker object. 

O

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. 

P

Polygon A polygon overlay that can be drawn on the map. 
PolygonOptions An object for defining the initial options for a Polygon object. 
Polyline A line overlay that can be drawn on the map. 
PolylineOptions An object for defining the initial options for a Polyline object. 
Projection An object used to translate between screen pixels (not display pixels) and geographic locations on the map (latitude / longitude). 

R

RuntimeRemoteException Thrown when an unrecoverable error occurs. 

S

StreetViewPanorama 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. 
StreetViewPanoramaCamera Street views are not currently supported in the Amazon Maps API. 
StreetViewPanoramaCamera.Builder Street views are not currently supported in the Amazon Maps API. 
StreetViewPanoramaFragment Street views are not currently supported in the Amazon Maps API. 
StreetViewPanoramaLink Street views are not currently supported in the Amazon Maps API. 
StreetViewPanoramaLocation Street views are not currently supported in the Amazon Maps API. 
StreetViewPanoramaOptions Street views are not currently supported in the Amazon Maps API. 
StreetViewPanoramaOrientation Street views are not currently supported in the Amazon Maps API. 
StreetViewPanoramaOrientation.Builder 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. 

T

Tile Represents a tile returned by a TileProvider
TileOverlay Represents a set of images placed on top of the normal base map tiles. 
TileOverlayOptions An object for defining the initial options for a TileOverlay object. 
TileProvider Interface for providing tile images for a TileOverlay

U

UiSettings Contains the user interface settings for the map. 
UrlTileProvider An implementation of TileProvider that returns URLs to tiles, all of which must be the same size, for the map engine to download and cache as needed. 

V

VisibleRegion Object representing the four sided polygon currently visible in the map.