Package-level declarations
Types
Link copied to clipboard
open class CircleManager : MapObjectManager<Circle, CircleManager.Collection> , GoogleMap.OnCircleClickListener
Keeps track of collections of circles on the map.
Link copied to clipboard
open class GroundOverlayManager : MapObjectManager<GroundOverlay, GroundOverlayManager.Collection> , GoogleMap.OnGroundOverlayClickListener
Keeps track of collections of ground overlays on the map.
Link copied to clipboard
open class MarkerManager : MapObjectManager<Marker, MarkerManager.Collection> , GoogleMap.OnInfoWindowClickListener, GoogleMap.OnMarkerClickListener, GoogleMap.OnMarkerDragListener, GoogleMap.InfoWindowAdapter, GoogleMap.OnInfoWindowLongClickListener
Keeps track of collections of markers on the map.
Link copied to clipboard
open class PolygonManager : MapObjectManager<Polygon, PolygonManager.Collection> , GoogleMap.OnPolygonClickListener
Keeps track of collections of polygons on the map.
Link copied to clipboard
open class PolylineManager : MapObjectManager<Polyline, PolylineManager.Collection> , GoogleMap.OnPolylineClickListener
Keeps track of collections of polylines on the map.