Contains the Google Maps SDK for Android classes.
Interfaces
GoogleMap.CancelableCallback | A callback interface for reporting when a task is complete or canceled. |
GoogleMap.InfoWindowAdapter | Provides views for customized rendering of info windows. |
GoogleMap.OnCameraChangeListener | This interface is deprecated. Replaced by
GoogleMap.OnCameraMoveStartedListener , GoogleMap.OnCameraMoveListener
and GoogleMap.OnCameraIdleListener .
The order in which the deprecated onCameraChange method will be called in
relation to the methods in the new camera change listeners is undefined.
|
GoogleMap.OnCameraIdleListener | Callback interface for when camera movement has ended. |
GoogleMap.OnCameraMoveCanceledListener | Callback interface for when the camera's motion has been stopped or when the camera starts moving for a new reason. |
GoogleMap.OnCameraMoveListener | Callback interface for when the camera changes position. |
GoogleMap.OnCameraMoveStartedListener | Callback interface for when the camera motion starts. |
GoogleMap.OnCircleClickListener | Callback interface for when a circle is clicked. |
GoogleMap.OnGroundOverlayClickListener | Callback interface for when a ground overlay is clicked. |
GoogleMap.OnIndoorStateChangeListener | A listener for when the indoor state changes. |
GoogleMap.OnInfoWindowClickListener | Callback interface for click/tap events on a marker's info window. |
GoogleMap.OnInfoWindowCloseListener | Callback interface for close events on a marker's info window. |
GoogleMap.OnInfoWindowLongClickListener | Callback interface for when the user long presses on a marker's info window. |
GoogleMap.OnMapCapabilitiesChangedListener | Listener interface for when the map capabilities are changed. |
GoogleMap.OnMapClickListener | Callback interface for when the user taps on the map. |
GoogleMap.OnMapLoadedCallback | Callback interface for when the map has finished rendering. |
GoogleMap.OnMapLongClickListener | Callback interface for when the user long presses on the map. |
GoogleMap.OnMarkerClickListener | Defines signatures for methods that are called when a marker is clicked or tapped. |
GoogleMap.OnMarkerDragListener | Callback interface for drag events on markers. |
GoogleMap.OnMyLocationButtonClickListener | Callback interface for when the My Location button is clicked. |