GoogleMap.CancelableCallback |
A callback interface for reporting when a task is complete or cancelled.
|
GoogleMap.InfoWindowAdapter |
Provides views for customized rendering of info windows.
|
GoogleMap.OnCameraChangeListener |
Defines signatures for methods that are called when the camera changes position.
|
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.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.
|
GoogleMap.OnMyLocationChangeListener |
This interface is deprecated.
use FusedLocationProviderApi instead.
FusedLocationProviderApi provides improved location finding and power usage and is used by
the "My Location" blue dot. See the MyLocationDemoActivity in the sample applications folder
for example example code, or the
Location Developer Guide.
|
GoogleMap.SnapshotReadyCallback |
Callback interface to notify when the snapshot has been taken.
|
LocationSource |
Defines an interface for providing location data, typically to a GoogleMap object.
|
LocationSource.OnLocationChangedListener |
Handles a location update.
|
OnMapReadyCallback |
Callback interface for when the map is ready to be used.
|
OnStreetViewPanoramaReadyCallback |
Callback interface for when the Street View panorama is ready to be used.
|
StreetViewPanorama.OnStreetViewPanoramaCameraChangeListener |
A listener for when the StreetViewPanoramaCamera changes
|
StreetViewPanorama.OnStreetViewPanoramaChangeListener |
A listener for when the Street View panorama loads a new panorama
|
StreetViewPanorama.OnStreetViewPanoramaClickListener |
Callback interface for when the user taps on the panorama.
|