- GeoJsonFeature - Class in com.google.maps.android.data.geojson
-
A GeoJsonFeature has a geometry, bounding box, id and set of properties.
- GeoJsonFeature(Geometry, String, HashMap<String, String>, LatLngBounds) - Constructor for class com.google.maps.android.data.geojson.GeoJsonFeature
-
Creates a new GeoJsonFeature object
- GeoJsonGeometryCollection - Class in com.google.maps.android.data.geojson
-
A GeoJsonGeometryCollection geometry contains a number of GeoJson Geometry objects.
- GeoJsonGeometryCollection(List<Geometry>) - Constructor for class com.google.maps.android.data.geojson.GeoJsonGeometryCollection
-
Creates a new GeoJsonGeometryCollection object
- GeoJsonLayer - Class in com.google.maps.android.data.geojson
-
A class that allows the developer to import GeoJSON data, style it and interact with the
imported data.
- GeoJsonLayer(GoogleMap, JSONObject, MarkerManager, PolygonManager, PolylineManager, GroundOverlayManager) - Constructor for class com.google.maps.android.data.geojson.GeoJsonLayer
-
Creates a new GeoJsonLayer object.
- GeoJsonLayer(GoogleMap, int, Context, MarkerManager, PolygonManager, PolylineManager, GroundOverlayManager) - Constructor for class com.google.maps.android.data.geojson.GeoJsonLayer
-
Creates a new GeoJsonLayer object.
- GeoJsonLayer(GoogleMap, JSONObject) - Constructor for class com.google.maps.android.data.geojson.GeoJsonLayer
-
Creates a new GeoJsonLayer object.
- GeoJsonLayer(GoogleMap, int, Context) - Constructor for class com.google.maps.android.data.geojson.GeoJsonLayer
-
Creates a new GeoJsonLayer object.
- GeoJsonLayer.GeoJsonOnFeatureClickListener - Interface in com.google.maps.android.data.geojson
-
- GeoJsonLineString - Class in com.google.maps.android.data.geojson
-
A GeoJsonLineString geometry represents a number of connected com.google.android.gms.maps.model.LatLng
s.
- GeoJsonLineString(List<LatLng>) - Constructor for class com.google.maps.android.data.geojson.GeoJsonLineString
-
Creates a new GeoJsonLineString object
- GeoJsonLineString(List<LatLng>, List<Double>) - Constructor for class com.google.maps.android.data.geojson.GeoJsonLineString
-
Creates a new GeoJsonLineString object
- GeoJsonLineStringStyle - Class in com.google.maps.android.data.geojson
-
A class that allows for GeoJsonLineString objects to be styled and for these styles to be
translated into a PolylineOptions object.
- GeoJsonLineStringStyle() - Constructor for class com.google.maps.android.data.geojson.GeoJsonLineStringStyle
-
Creates a new LineStringStyle object
- GeoJsonMultiLineString - Class in com.google.maps.android.data.geojson
-
- GeoJsonMultiLineString(List<GeoJsonLineString>) - Constructor for class com.google.maps.android.data.geojson.GeoJsonMultiLineString
-
Creates a new GeoJsonMultiLineString object
- GeoJsonMultiPoint - Class in com.google.maps.android.data.geojson
-
A GeoJsonMultiPoint geometry contains a number of
GeoJsonPoint
s.
- GeoJsonMultiPoint(List<GeoJsonPoint>) - Constructor for class com.google.maps.android.data.geojson.GeoJsonMultiPoint
-
Creates a GeoJsonMultiPoint object
- GeoJsonMultiPolygon - Class in com.google.maps.android.data.geojson
-
- GeoJsonMultiPolygon(List<GeoJsonPolygon>) - Constructor for class com.google.maps.android.data.geojson.GeoJsonMultiPolygon
-
Creates a new GeoJsonMultiPolygon
- GeoJsonParser - Class in com.google.maps.android.data.geojson
-
Parses a JSONObject and places data into their appropriate GeoJsonFeature objects.
- GeoJsonPoint - Class in com.google.maps.android.data.geojson
-
A GeoJsonPoint geometry contains a single com.google.android.gms.maps.model.LatLng
.
- GeoJsonPoint(LatLng) - Constructor for class com.google.maps.android.data.geojson.GeoJsonPoint
-
Creates a new GeoJsonPoint
- GeoJsonPoint(LatLng, Double) - Constructor for class com.google.maps.android.data.geojson.GeoJsonPoint
-
Creates a new GeoJsonPoint
- GeoJsonPointStyle - Class in com.google.maps.android.data.geojson
-
A class that allows for GeoJsonPoint objects to be styled and for these styles to be translated
into a MarkerOptions object.
- GeoJsonPointStyle() - Constructor for class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Creates a new PointStyle object
- GeoJsonPolygon - Class in com.google.maps.android.data.geojson
-
A GeoJsonPolygon geometry contains an array of arrays of com.google.android.gms.maps.model.LatLng
s.
- GeoJsonPolygon(List<? extends List<LatLng>>) - Constructor for class com.google.maps.android.data.geojson.GeoJsonPolygon
-
Creates a new GeoJsonPolygon object
- GeoJsonPolygonStyle - Class in com.google.maps.android.data.geojson
-
A class that allows for GeoJsonPolygon objects to be styled and for these styles to be
translated into a PolygonOptions object.
- GeoJsonPolygonStyle() - Constructor for class com.google.maps.android.data.geojson.GeoJsonPolygonStyle
-
Creates a new PolygonStyle object
- GeoJsonRenderer - Class in com.google.maps.android.data.geojson
-
Renders GeoJsonFeature objects onto the GoogleMap as Marker, Polyline and Polygon objects.
- Geometry<T> - Interface in com.google.maps.android.data
-
An abstraction that represents a Geometry object
- GEOMETRY_TYPE - Static variable in class com.google.maps.android.data.kml.KmlPolygon
-
- getAlgorithm() - Method in class com.google.maps.android.clustering.ClusterManager
-
- getAllFeatures() - Method in class com.google.maps.android.data.Renderer
-
Gets a hashmap of all the features and objects that are on this layer
- getAlpha() - Method in class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Gets the alpha of the GeoJsonPoint.
- getAltitude() - Method in class com.google.maps.android.data.geojson.GeoJsonPoint
-
Gets the altitude of the GeoJsonPoint
- getAltitude() - Method in class com.google.maps.android.data.kml.KmlPoint
-
- getAltitudes() - Method in class com.google.maps.android.data.geojson.GeoJsonLineString
-
Gets the altitudes of the GeoJsonLineString
- getAltitudes() - Method in class com.google.maps.android.data.kml.KmlLineString
-
Gets the altitudes
- getAnchorU() - Method in class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Gets the Anchor U coordinate of the GeoJsonPoint.
- getAnchorU() - Method in class com.google.maps.android.ui.IconGenerator
-
- getAnchorV() - Method in class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Gets the Anchor V coordinate of the GeoJsonPoint.
- getAnchorV() - Method in class com.google.maps.android.ui.IconGenerator
-
- getBalloonOptions() - Method in class com.google.maps.android.data.kml.KmlStyle
-
Gets the balloon options
- getBoundingBox() - Method in class com.google.maps.android.data.geojson.GeoJsonFeature
-
Gets the array containing the coordinates of the bounding box for the feature.
- getBoundingBox() - Method in class com.google.maps.android.data.geojson.GeoJsonLayer
-
Gets the LatLngBounds containing the coordinates of the bounding box for the
FeatureCollection.
- getBucket(Cluster<T>) - Method in class com.google.maps.android.clustering.view.DefaultClusterRenderer
-
Gets the "bucket" for a particular cluster.
- getCachedGroundOverlayImage(String) - Method in class com.google.maps.android.data.Renderer
-
Gets a cached image needed for GroundOverlays images
- getCachedMarkerImage(String, double) - Method in class com.google.maps.android.data.Renderer
-
Gets a cached image at the specified scale which is needed for Marker icon images.
- getCircles() - Method in class com.google.maps.android.collections.CircleManager.Collection
-
- getCluster(Marker) - Method in class com.google.maps.android.clustering.view.DefaultClusterRenderer
-
Get the Cluster from a marker
- getClusteringItems(PointQuadTree<NonHierarchicalDistanceBasedAlgorithm.QuadItem<T>>, float) - Method in class com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm
-
- getClusteringItems(PointQuadTree<NonHierarchicalDistanceBasedAlgorithm.QuadItem<T>>, float) - Method in class com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm
-
- getClusterItem(Marker) - Method in class com.google.maps.android.clustering.view.DefaultClusterRenderer
-
Get the ClusterItem from a marker
- getClusterMarkerCollection() - Method in class com.google.maps.android.clustering.ClusterManager
-
- getClusters(float) - Method in interface com.google.maps.android.clustering.algo.Algorithm
-
- getClusters(float) - Method in class com.google.maps.android.clustering.algo.GridBasedAlgorithm
-
- getClusters(float) - Method in class com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm
-
- getClusters(float) - Method in class com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator
-
- getClusters(float) - Method in class com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter
-
- getClusterText(int) - Method in class com.google.maps.android.clustering.view.DefaultClusterRenderer
-
- getColor(int) - Method in class com.google.maps.android.clustering.view.DefaultClusterRenderer
-
- getColor() - Method in class com.google.maps.android.data.geojson.GeoJsonLineStringStyle
-
Gets the color of the GeoJsonLineString as a 32-bit ARGB color
- getContainerFeature(Object) - Method in class com.google.maps.android.data.Layer
-
- getContainerId() - Method in class com.google.maps.android.data.kml.KmlContainer
-
Gets the Container ID if it is specified
- getContainerList() - Method in class com.google.maps.android.data.Renderer
-
Gets the list of KmlContainers that are on the current layer
- getContainers() - Method in class com.google.maps.android.data.kml.KmlContainer
-
Gets an iterable of nested KmlContainers
- getContainers() - Method in class com.google.maps.android.data.kml.KmlLayer
-
Gets an iterable of KmlContainerInterface objects
- getContainers() - Method in class com.google.maps.android.data.Layer
-
Gets an iterable of KmlContainerInterface objects
- getCoordinates() - Method in class com.google.maps.android.data.geojson.GeoJsonLineString
-
Gets the coordinates of the GeoJsonLineString
- getCoordinates() - Method in class com.google.maps.android.data.geojson.GeoJsonPoint
-
Gets the coordinates of the GeoJsonPoint
- getCoordinates() - Method in class com.google.maps.android.data.geojson.GeoJsonPolygon
-
Gets a list of a list of coordinates of the GeoJsonPolygons
- getDefaultLineStringStyle() - Method in class com.google.maps.android.data.Layer
-
Gets the default style used to render GeoJsonLineStrings.
- getDefaultPointStyle() - Method in class com.google.maps.android.data.Layer
-
Gets the default style used to render GeoJsonPoints.
- getDefaultPolygonStyle() - Method in class com.google.maps.android.data.Layer
-
Gets the default style used to render GeoJsonPolygons.
- getDescriptorForCluster(Cluster<T>) - Method in class com.google.maps.android.clustering.view.DefaultClusterRenderer
-
Gets a BitmapDescriptor for the given cluster that contains a rough count of the number of
items.
- getFeature(Object) - Method in class com.google.maps.android.data.Layer
-
Retrieves a corresponding Feature instance for the given Object
Allows maps with multiple layers to determine which layer the Object
belongs to.
- getFeatures() - Method in class com.google.maps.android.data.geojson.GeoJsonLayer
-
Gets an iterable of all Feature elements that have been added to the layer
- getFeatures() - Method in class com.google.maps.android.data.Layer
-
Gets an iterable of all Feature elements that have been added to the layer
- getFeatures() - Method in class com.google.maps.android.data.Renderer
-
Gets a set containing Features
- getFillColor() - Method in class com.google.maps.android.data.geojson.GeoJsonPolygonStyle
-
Gets the fill color of the GeoJsonPolygon as a 32-bit ARGB color
- getGeometries() - Method in class com.google.maps.android.data.geojson.GeoJsonGeometryCollection
-
Gets the stored Geometry objects
- getGeometry() - Method in class com.google.maps.android.data.Feature
-
Gets the geometry object
- getGeometryObject() - Method in class com.google.maps.android.data.geojson.GeoJsonPolygon
-
Gets the stored geometry object
- getGeometryObject() - Method in interface com.google.maps.android.data.Geometry
-
Gets the stored KML Geometry object
- getGeometryObject() - Method in class com.google.maps.android.data.kml.KmlLineString
-
Gets the coordinates
- getGeometryObject() - Method in class com.google.maps.android.data.kml.KmlMultiGeometry
-
Gets an ArrayList of Geometry objects
- getGeometryObject() - Method in class com.google.maps.android.data.kml.KmlPolygon
-
Gets the coordinates of the Polygon
- getGeometryObject() - Method in class com.google.maps.android.data.LineString
-
Gets the coordinates of the LineString
- getGeometryObject() - Method in class com.google.maps.android.data.MultiGeometry
-
Gets the stored geometry object
- getGeometryObject() - Method in class com.google.maps.android.data.Point
-
Gets the coordinates of the Point
- getGeometryType() - Method in class com.google.maps.android.data.geojson.GeoJsonLineStringStyle
-
Gets the type of geometries this style can be applied to
- getGeometryType() - Method in class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Gets the type of geometries this style can be applied to
- getGeometryType() - Method in class com.google.maps.android.data.geojson.GeoJsonPolygon
-
Gets the type of geometry
- getGeometryType() - Method in class com.google.maps.android.data.geojson.GeoJsonPolygonStyle
-
Gets the type of geometries this style can be applied to
- getGeometryType() - Method in interface com.google.maps.android.data.Geometry
-
Gets the type of geometry
- getGeometryType() - Method in class com.google.maps.android.data.kml.KmlPolygon
-
Gets the type of geometry
- getGeometryType() - Method in class com.google.maps.android.data.LineString
-
Gets the type of geometry
- getGeometryType() - Method in class com.google.maps.android.data.MultiGeometry
-
Gets the type of geometry
- getGeometryType() - Method in class com.google.maps.android.data.Point
-
Gets the type of geometry
- getGroundOverlayMap() - Method in class com.google.maps.android.data.Renderer
-
Gets the ground overlays on the current layer
- getGroundOverlays() - Method in class com.google.maps.android.collections.GroundOverlayManager.Collection
-
- getGroundOverlays() - Method in class com.google.maps.android.data.kml.KmlContainer
-
Gets an iterable of KmlGroundOverlay objects
- getGroundOverlays() - Method in class com.google.maps.android.data.kml.KmlLayer
-
Gets an iterable of KmlGroundOverlay objects
- getGroundOverlays() - Method in class com.google.maps.android.data.kml.KmlRenderer
-
Gets an iterable of KmlGroundOverlay objects
- getGroundOverlays() - Method in class com.google.maps.android.data.Layer
-
Gets an iterable of KmlGroundOverlay objects
- getIcon() - Method in class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Gets a bitmap image for the GeoJsonPoint
- getIconScale() - Method in class com.google.maps.android.data.kml.KmlStyle
-
Gets the scale for a marker icon
- getIconUrl() - Method in class com.google.maps.android.data.kml.KmlStyle
-
Gets the url for the marker icon
- getId() - Method in class com.google.maps.android.data.Feature
-
Gets the id of the feature
- getImageUrl() - Method in class com.google.maps.android.data.kml.KmlGroundOverlay
-
Gets an image url
- getInfoContents(Marker) - Method in class com.google.maps.android.collections.MarkerManager
-
- getInfoWindow(Marker) - Method in class com.google.maps.android.collections.MarkerManager
-
- getInfoWindowAnchorU() - Method in class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Gets the info window anchor U coordinate of the GeoJsonPoint.
- getInfoWindowAnchorV() - Method in class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Gets the info window anchor V coordinate of the GeoJsonPoint.
- getInlineStyle() - Method in class com.google.maps.android.data.kml.KmlPlacemark
-
Gets the inline style that was found
- getInnerBoundaryCoordinates() - Method in interface com.google.maps.android.data.DataPolygon
-
Gets an array of arrays of inner boundary coordinates
- getInnerBoundaryCoordinates() - Method in class com.google.maps.android.data.geojson.GeoJsonPolygon
-
Gets an array of arrays of inner boundary coordinates
- getInnerBoundaryCoordinates() - Method in class com.google.maps.android.data.kml.KmlPolygon
-
Gets an array of arrays of inner boundary coordinates
- getIntensity() - Method in class com.google.maps.android.heatmaps.WeightedLatLng
-
- getItems() - Method in interface com.google.maps.android.clustering.algo.Algorithm
-
- getItems() - Method in class com.google.maps.android.clustering.algo.GridBasedAlgorithm
-
- getItems() - Method in class com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm
-
- getItems() - Method in class com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.QuadItem
-
- getItems() - Method in class com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator
-
- getItems() - Method in class com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter
-
- getItems() - Method in class com.google.maps.android.clustering.algo.StaticCluster
-
- getItems() - Method in interface com.google.maps.android.clustering.Cluster
-
- getKey(Object) - Method in class com.google.maps.android.data.geojson.BiMultiMap
-
Reverse lookup of key by value.
- getLatLngBox() - Method in class com.google.maps.android.data.kml.KmlGroundOverlay
-
Returns boundaries of the ground overlay
- getLineStrings() - Method in class com.google.maps.android.data.geojson.GeoJsonMultiLineString
-
Gets a list of GeoJsonLineStrings
- getLineStringStyle() - Method in class com.google.maps.android.data.geojson.GeoJsonFeature
-
Returns the style used to render GeoJsonLineStrings
- getMap() - Method in class com.google.maps.android.data.Layer
-
Gets the map on which the layer is rendered
- getMap() - Method in class com.google.maps.android.data.Renderer
-
Gets the GoogleMap that Feature objects are being placed on
- getMarker(T) - Method in class com.google.maps.android.clustering.view.DefaultClusterRenderer
-
Get the marker from a ClusterItem
- getMarker(Cluster<T>) - Method in class com.google.maps.android.clustering.view.DefaultClusterRenderer
-
Get the marker from a Cluster
- getMarkerCollection() - Method in class com.google.maps.android.clustering.ClusterManager
-
- getMarkerIconUrls() - Method in class com.google.maps.android.data.Renderer
-
Gets the URLs stored for the Marker icons
- getMarkerManager() - Method in class com.google.maps.android.clustering.ClusterManager
-
- getMarkerOptions() - Method in class com.google.maps.android.data.geojson.GeoJsonFeature
-
Gets a MarkerOptions object from mPointStyle containing styles for the GeoJsonPoint
- getMarkerOptions() - Method in class com.google.maps.android.data.kml.KmlPlacemark
-
Gets a MarkerOption
- getMarkerOptions() - Method in class com.google.maps.android.data.kml.KmlStyle
-
Gets a MarkerOption
- getMarkers() - Method in class com.google.maps.android.collections.MarkerManager.Collection
-
- getMaxDistanceBetweenClusteredItems() - Method in interface com.google.maps.android.clustering.algo.Algorithm
-
- getMaxDistanceBetweenClusteredItems() - Method in class com.google.maps.android.clustering.algo.GridBasedAlgorithm
-
- getMaxDistanceBetweenClusteredItems() - Method in class com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm
-
- getMaxDistanceBetweenClusteredItems() - Method in class com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator
-
- getMaxDistanceBetweenClusteredItems() - Method in class com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter
-
- getMinClusterSize() - Method in class com.google.maps.android.clustering.view.DefaultClusterRenderer
-
- getNestedContainers() - Method in class com.google.maps.android.data.kml.KmlRenderer
-
Gets an iterable of KmlContainerInterface objects
- getOuterBoundaryCoordinates() - Method in interface com.google.maps.android.data.DataPolygon
-
Gets an array of outer boundary coordinates
- getOuterBoundaryCoordinates() - Method in class com.google.maps.android.data.geojson.GeoJsonPolygon
-
Gets an array of outer boundary coordinates
- getOuterBoundaryCoordinates() - Method in class com.google.maps.android.data.kml.KmlPolygon
-
Gets an array of outer boundary coordinates
- getPattern() - Method in class com.google.maps.android.data.geojson.GeoJsonLineStringStyle
-
Gets the pattern of the GeoJsonLineString
- getPlacemarks() - Method in class com.google.maps.android.data.kml.KmlContainer
-
Gets an iterable of KmlPlacemarks
- getPlacemarks() - Method in class com.google.maps.android.data.kml.KmlLayer
-
Gets an iterable of KmlPlacemark objects
- getPlacemarkStyle(String) - Method in class com.google.maps.android.data.Renderer
-
Obtains the styleUrl from a placemark and finds the corresponding style in a list
- getPlacemarkVisibility(Feature) - Static method in class com.google.maps.android.data.Renderer
-
Gets the visibility of the placemark if it is specified.
- getPoint() - Method in class com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.QuadItem
-
- getPoint() - Method in class com.google.maps.android.heatmaps.WeightedLatLng
-
- getPoint() - Method in interface com.google.maps.android.quadtree.PointQuadTree.Item
-
- getPoints() - Method in class com.google.maps.android.data.geojson.GeoJsonMultiPoint
-
Gets a list of GeoJsonPoints
- getPointStyle() - Method in class com.google.maps.android.data.geojson.GeoJsonFeature
-
Returns the style used to render GeoJsonPoints
- getPolygonOptions() - Method in class com.google.maps.android.data.geojson.GeoJsonFeature
-
Gets a PolygonOptions object from mPolygonStyle containing styles for the GeoJsonPolygon
- getPolygonOptions() - Method in class com.google.maps.android.data.kml.KmlPlacemark
-
Gets a PolygonOption
- getPolygonOptions() - Method in class com.google.maps.android.data.kml.KmlStyle
-
Gets a PolygonOption
- getPolygons() - Method in class com.google.maps.android.collections.PolygonManager.Collection
-
- getPolygons() - Method in class com.google.maps.android.data.geojson.GeoJsonMultiPolygon
-
Gets a list of GeoJsonPolygons
- getPolygonStyle() - Method in class com.google.maps.android.data.geojson.GeoJsonFeature
-
Returns the style used to render GeoJsonPolygons
- getPolylineOptions() - Method in class com.google.maps.android.data.geojson.GeoJsonFeature
-
Gets a Polyline object from mLineStringStyle containing styles for the GeoJsonLineString
- getPolylineOptions() - Method in class com.google.maps.android.data.kml.KmlPlacemark
-
Gets a PolylineOption
- getPolylineOptions() - Method in class com.google.maps.android.data.kml.KmlStyle
-
Gets a PolylineOption
- getPolylines() - Method in class com.google.maps.android.collections.PolylineManager.Collection
-
- getPosition() - Method in class com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.QuadItem
-
- getPosition() - Method in class com.google.maps.android.clustering.algo.StaticCluster
-
- getPosition() - Method in interface com.google.maps.android.clustering.Cluster
-
- getPosition() - Method in interface com.google.maps.android.clustering.ClusterItem
-
The position of this marker.
- getProperties() - Method in class com.google.maps.android.data.Feature
-
Gets the property entry set
- getProperties() - Method in class com.google.maps.android.data.kml.KmlContainer
-
Gets an iterable of the properties hashmap entries
- getProperties() - Method in class com.google.maps.android.data.kml.KmlGroundOverlay
-
Gets an iterable of the properties
- getProperties() - Method in class com.google.maps.android.data.kml.KmlTrack
-
- getProperty(String) - Method in class com.google.maps.android.data.Feature
-
Gets the value for a stored property
- getProperty(String) - Method in class com.google.maps.android.data.kml.KmlContainer
-
Gets the value of a property based on the given key
- getProperty(String) - Method in class com.google.maps.android.data.kml.KmlGroundOverlay
-
Gets a property value
- getPropertyKeys() - Method in class com.google.maps.android.data.Feature
-
Returns all the stored property keys
- getRenderer() - Method in class com.google.maps.android.clustering.ClusterManager
-
- getRotation() - Method in class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Gets the rotation of the GeoJsonPoint in degrees clockwise about the marker's anchor point
- getRotation() - Method in class com.google.maps.android.data.Style
-
Gets the rotation of a marker in degrees clockwise about the marker's anchor
- getSize() - Method in class com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.QuadItem
-
- getSize() - Method in class com.google.maps.android.clustering.algo.StaticCluster
-
- getSize() - Method in interface com.google.maps.android.clustering.Cluster
-
- getSnippet() - Method in interface com.google.maps.android.clustering.ClusterItem
-
The description of this marker.
- getSnippet() - Method in class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Gets the snippet of the GeoJsonPoint
- getStrokeColor() - Method in class com.google.maps.android.data.geojson.GeoJsonPolygonStyle
-
Gets the stroke color of the GeoJsonPolygon as a 32-bit ARGB color
- getStrokeWidth() - Method in class com.google.maps.android.data.geojson.GeoJsonPolygonStyle
-
Gets the stroke width of the GeoJsonPolygon in screen pixels
- getStyle(String) - Method in class com.google.maps.android.data.kml.KmlContainer
-
Gets a style based on an ID
- getStyleId() - Method in class com.google.maps.android.data.kml.KmlPlacemark
-
Gets the style id associated with the basic_placemark
- getStyleIdFromMap(String) - Method in class com.google.maps.android.data.kml.KmlContainer
-
Gets a style Id from map based on an ID
- getStyleMaps() - Method in class com.google.maps.android.data.Renderer
-
Gets the styles for KML placemarks
- getStylesRenderer() - Method in class com.google.maps.android.data.Renderer
-
Gets the styles for KML placemarks
- getTile(int, int, int) - Method in class com.google.maps.android.heatmaps.HeatmapTileProvider
-
Creates tile.
- getTimestamps() - Method in class com.google.maps.android.data.kml.KmlTrack
-
- getTitle() - Method in interface com.google.maps.android.clustering.ClusterItem
-
The title of this marker.
- getTitle() - Method in class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Gets the title of the GeoJsonPoint
- getType() - Method in class com.google.maps.android.data.geojson.GeoJsonGeometryCollection
-
Gets the type of geometry.
- getType() - Method in class com.google.maps.android.data.geojson.GeoJsonLineString
-
Gets the type of geometry.
- getType() - Method in class com.google.maps.android.data.geojson.GeoJsonMultiLineString
-
Gets the type of geometry.
- getType() - Method in class com.google.maps.android.data.geojson.GeoJsonMultiPoint
-
Gets the type of geometry.
- getType() - Method in class com.google.maps.android.data.geojson.GeoJsonMultiPolygon
-
Gets the type of geometry.
- getType() - Method in class com.google.maps.android.data.geojson.GeoJsonPoint
-
Gets the type of geometry.
- getType() - Method in class com.google.maps.android.data.geojson.GeoJsonPolygon
-
Gets the type of geometry.
- getValues() - Method in class com.google.maps.android.data.Renderer
-
getValues is called to retrieve the values stored in the mFeatures
hashmap.
- getWidth() - Method in class com.google.maps.android.data.geojson.GeoJsonLineStringStyle
-
Gets the width of the GeoJsonLineString in screen pixels
- getZIndex() - Method in class com.google.maps.android.data.geojson.GeoJsonLineStringStyle
-
Gets the z index of the GeoJsonLineString
- getZIndex() - Method in class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Gets the z index of the GeoJsonLineString
- getZIndex() - Method in class com.google.maps.android.data.geojson.GeoJsonPolygonStyle
-
Gets the z index of the GeoJsonPolygon
- Gradient - Class in com.google.maps.android.heatmaps
-
A class to generate a color map from a given array of colors and the fractions
that the colors represent by interpolating between their HSV values.
- Gradient(int[], float[]) - Constructor for class com.google.maps.android.heatmaps.Gradient
-
Creates a Gradient with the given colors and starting points.
- Gradient(int[], float[], int) - Constructor for class com.google.maps.android.heatmaps.Gradient
-
Creates a Gradient with the given colors and starting points which creates a colorMap of given size.
- gradient(Gradient) - Method in class com.google.maps.android.heatmaps.HeatmapTileProvider.Builder
-
Setter for gradient in builder
- GridBasedAlgorithm<T extends ClusterItem> - Class in com.google.maps.android.clustering.algo
-
Groups markers into a grid.
- GridBasedAlgorithm() - Constructor for class com.google.maps.android.clustering.algo.GridBasedAlgorithm
-
- GroundOverlayManager - Class in com.google.maps.android.collections
-
Keeps track of collections of ground overlays on the map.
- GroundOverlayManager(GoogleMap) - Constructor for class com.google.maps.android.collections.GroundOverlayManager
-
- GroundOverlayManager.Collection - Class in com.google.maps.android.collections
-
- ScreenBasedAlgorithm<T extends ClusterItem> - Interface in com.google.maps.android.clustering.algo
-
This algorithm uses map position for clustering, and should be reclustered on map movement
- ScreenBasedAlgorithmAdapter<T extends ClusterItem> - Class in com.google.maps.android.clustering.algo
-
- ScreenBasedAlgorithmAdapter(Algorithm<T>) - Constructor for class com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter
-
- search(Bounds) - Method in class com.google.maps.android.quadtree.PointQuadTree
-
Search for all items within a given bounds.
- setAlgorithm(Algorithm<T>) - Method in class com.google.maps.android.clustering.ClusterManager
-
- setAlgorithm(ScreenBasedAlgorithm<T>) - Method in class com.google.maps.android.clustering.ClusterManager
-
- setAlpha(float) - Method in class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Sets the alpha of the GeoJsonPoint.
- setAnchor(float, float) - Method in class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Sets the Anchor U and V coordinates of the GeoJsonPoint.
- setAnimation(boolean) - Method in class com.google.maps.android.clustering.ClusterManager
-
- setAnimation(boolean) - Method in interface com.google.maps.android.clustering.view.ClusterRenderer
-
Called to set animation on or off
- setAnimation(boolean) - Method in class com.google.maps.android.clustering.view.DefaultClusterRenderer
-
- setBackground(Drawable) - Method in class com.google.maps.android.ui.IconGenerator
-
Set the background to a given Drawable, or remove the background.
- setClickable(boolean) - Method in class com.google.maps.android.data.geojson.GeoJsonLineStringStyle
-
Specifies whether this GeoJsonLineString is clickable
- setClickable(boolean) - Method in class com.google.maps.android.data.geojson.GeoJsonPolygonStyle
-
Specifies whether this GeoJsonPolygon is clickable
- setColor(int) - Method in class com.google.maps.android.data.geojson.GeoJsonLineStringStyle
-
Sets the color of the GeoJsonLineString as a 32-bit ARGB color
- setColor(int) - Method in class com.google.maps.android.ui.IconGenerator
-
Sets the background to the default, with a given color tint.
- setContentPadding(int, int, int, int) - Method in class com.google.maps.android.ui.IconGenerator
-
Sets the padding of the content view.
- setContentRotation(int) - Method in class com.google.maps.android.ui.IconGenerator
-
Rotates the contents of the icon.
- setContentView(View) - Method in class com.google.maps.android.ui.IconGenerator
-
Sets the child view for the icon.
- setData(Collection<LatLng>) - Method in class com.google.maps.android.heatmaps.HeatmapTileProvider
-
Changes the dataset the heatmap is portraying.
- setDraggable(boolean) - Method in class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Sets the GeoJsonPoint to be draggable
- setFill(boolean) - Method in class com.google.maps.android.data.kml.KmlStyle
-
Sets whether the Polygon has a fill
- setFillColor(int) - Method in class com.google.maps.android.data.geojson.GeoJsonPolygonStyle
-
Sets the fill color of the GeoJsonPolygon as a 32-bit ARGB color
- setFlat(boolean) - Method in class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Sets the GeoJsonPoint to be flat
- setGeodesic(boolean) - Method in class com.google.maps.android.data.geojson.GeoJsonLineStringStyle
-
Sets whether the GeoJsonLineString is geodesic
- setGeodesic(boolean) - Method in class com.google.maps.android.data.geojson.GeoJsonPolygonStyle
-
Sets whether the GeoJsonPolygon is geodesic
- setGeometry(Geometry) - Method in class com.google.maps.android.data.Feature
-
Sets the stored Geometry and redraws it on the layer if it has already been added
- setGeometry(Geometry) - Method in class com.google.maps.android.data.geojson.GeoJsonFeature
-
Sets the stored Geometry and redraws it on the layer if it has already been added
- setGeometryType(String) - Method in class com.google.maps.android.data.MultiGeometry
-
Set the type of geometry
- setGradient(Gradient) - Method in class com.google.maps.android.heatmaps.HeatmapTileProvider
-
Setter for gradient/color map.
- setIcon(BitmapDescriptor) - Method in class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Sets a bitmap image for the GeoJsonPoint
- setInfoWindowAdapter(GoogleMap.InfoWindowAdapter) - Method in class com.google.maps.android.collections.MarkerManager.Collection
-
- setInfoWindowAnchor(float, float) - Method in class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Sets the info window anchor U and V coordinates of the GeoJsonPoint.
- setLayerVisibility(boolean) - Method in class com.google.maps.android.data.Renderer
-
Sets the visibility of the layer
- setLineStringStyle(GeoJsonLineStringStyle) - Method in class com.google.maps.android.data.geojson.GeoJsonFeature
-
Sets the style used to render GeoJsonLineStrings
- setLineStringWidth(float) - Method in class com.google.maps.android.data.Style
-
Sets the width of the LineString in screen pixels
- setMap(GoogleMap) - Method in class com.google.maps.android.data.geojson.GeoJsonRenderer
-
Changes the map that GeoJsonFeature objects are being drawn onto.
- setMap(GoogleMap) - Method in class com.google.maps.android.data.kml.KmlRenderer
-
Sets the map that objects are being placed on
- setMap(GoogleMap) - Method in class com.google.maps.android.data.Layer
-
Renders the layer on the given map.
- setMap(GoogleMap) - Method in class com.google.maps.android.data.Renderer
-
Sets the map that objects are being placed on
- setMarkerHotSpot(float, float, String, String) - Method in class com.google.maps.android.data.Style
-
Sets the hotspot / anchor point of a marker
- setMarkerRotation(float) - Method in class com.google.maps.android.data.Style
-
Sets the rotation / heading of the Point in degrees clockwise about the marker's anchor
- setMaxDistanceBetweenClusteredItems(int) - Method in interface com.google.maps.android.clustering.algo.Algorithm
-
- setMaxDistanceBetweenClusteredItems(int) - Method in class com.google.maps.android.clustering.algo.GridBasedAlgorithm
-
- setMaxDistanceBetweenClusteredItems(int) - Method in class com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm
-
- setMaxDistanceBetweenClusteredItems(int) - Method in class com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator
-
- setMaxDistanceBetweenClusteredItems(int) - Method in class com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter
-
- setMaxIntensity(double) - Method in class com.google.maps.android.heatmaps.HeatmapTileProvider
-
Setter for max intensity
User should clear overlay's tile cache (using clearTileCache()) after calling this.
- setMinClusterSize(int) - Method in class com.google.maps.android.clustering.view.DefaultClusterRenderer
-
- setOnCircleClickListener(GoogleMap.OnCircleClickListener) - Method in class com.google.maps.android.collections.CircleManager.Collection
-
- setOnClusterClickListener(ClusterManager.OnClusterClickListener<T>) - Method in class com.google.maps.android.clustering.ClusterManager
-
Sets a callback that's invoked when a Cluster is tapped.
- setOnClusterClickListener(ClusterManager.OnClusterClickListener<T>) - Method in interface com.google.maps.android.clustering.view.ClusterRenderer
-
- setOnClusterClickListener(ClusterManager.OnClusterClickListener<T>) - Method in class com.google.maps.android.clustering.view.DefaultClusterRenderer
-
- setOnClusterInfoWindowClickListener(ClusterManager.OnClusterInfoWindowClickListener<T>) - Method in class com.google.maps.android.clustering.ClusterManager
-
Sets a callback that's invoked when a Cluster is tapped.
- setOnClusterInfoWindowClickListener(ClusterManager.OnClusterInfoWindowClickListener<T>) - Method in interface com.google.maps.android.clustering.view.ClusterRenderer
-
- setOnClusterInfoWindowClickListener(ClusterManager.OnClusterInfoWindowClickListener<T>) - Method in class com.google.maps.android.clustering.view.DefaultClusterRenderer
-
- setOnClusterItemClickListener(ClusterManager.OnClusterItemClickListener<T>) - Method in class com.google.maps.android.clustering.ClusterManager
-
Sets a callback that's invoked when an individual ClusterItem is tapped.
- setOnClusterItemClickListener(ClusterManager.OnClusterItemClickListener<T>) - Method in interface com.google.maps.android.clustering.view.ClusterRenderer
-
- setOnClusterItemClickListener(ClusterManager.OnClusterItemClickListener<T>) - Method in class com.google.maps.android.clustering.view.DefaultClusterRenderer
-
- setOnClusterItemInfoWindowClickListener(ClusterManager.OnClusterItemInfoWindowClickListener<T>) - Method in class com.google.maps.android.clustering.ClusterManager
-
Sets a callback that's invoked when an individual ClusterItem's Info Window is tapped.
- setOnClusterItemInfoWindowClickListener(ClusterManager.OnClusterItemInfoWindowClickListener<T>) - Method in interface com.google.maps.android.clustering.view.ClusterRenderer
-
- setOnClusterItemInfoWindowClickListener(ClusterManager.OnClusterItemInfoWindowClickListener<T>) - Method in class com.google.maps.android.clustering.view.DefaultClusterRenderer
-
- setOnFeatureClickListener(Layer.OnFeatureClickListener) - Method in class com.google.maps.android.data.Layer
-
Sets a single click listener for the entire GoogleMap object, that will be called
with the corresponding Feature object when an object on the map (Polygon,
Marker, Polyline) is clicked.
- setOnGroundOverlayClickListener(GoogleMap.OnGroundOverlayClickListener) - Method in class com.google.maps.android.collections.GroundOverlayManager.Collection
-
- setOnInfoWindowClickListener(GoogleMap.OnInfoWindowClickListener) - Method in class com.google.maps.android.collections.MarkerManager.Collection
-
- setOnMarkerClickListener(GoogleMap.OnMarkerClickListener) - Method in class com.google.maps.android.collections.MarkerManager.Collection
-
- setOnMarkerDragListener(GoogleMap.OnMarkerDragListener) - Method in class com.google.maps.android.collections.MarkerManager.Collection
-
- setOnPolygonClickListener(GoogleMap.OnPolygonClickListener) - Method in class com.google.maps.android.collections.PolygonManager.Collection
-
- setOnPolylineClickListener(GoogleMap.OnPolylineClickListener) - Method in class com.google.maps.android.collections.PolylineManager.Collection
-
- setOpacity(double) - Method in class com.google.maps.android.heatmaps.HeatmapTileProvider
-
Setter for opacity
User should clear overlay's tile cache (using clearTileCache()) after calling this.
- setPattern(List<PatternItem>) - Method in class com.google.maps.android.data.geojson.GeoJsonLineStringStyle
-
Sets the pattern of the GeoJsonLineString
- setPointStyle(GeoJsonPointStyle) - Method in class com.google.maps.android.data.geojson.GeoJsonFeature
-
Sets the style used to render GeoJsonPoints
- setPolygonFillColor(int) - Method in class com.google.maps.android.data.Style
-
Sets the fill color of the Polygon as a 32-bit ARGB color
- setPolygonStrokeWidth(float) - Method in class com.google.maps.android.data.Style
-
Sets the stroke width of the Polygon in screen pixels
- setPolygonStyle(GeoJsonPolygonStyle) - Method in class com.google.maps.android.data.geojson.GeoJsonFeature
-
Sets the style used to render GeoJsonPolygons
- setProperty(String, String) - Method in class com.google.maps.android.data.Feature
-
Store a new property key and value
- setProperty(String, String) - Method in class com.google.maps.android.data.geojson.GeoJsonFeature
-
Store a new property key and value
- setRadius(int) - Method in class com.google.maps.android.heatmaps.HeatmapTileProvider
-
Setter for radius.
- setRenderer(ClusterRenderer<T>) - Method in class com.google.maps.android.clustering.ClusterManager
-
- setRotation(float) - Method in class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Sets the rotation of the GeoJsonPoint in degrees clockwise about the marker's anchor point
- setRotation(int) - Method in class com.google.maps.android.ui.IconGenerator
-
Rotates the icon.
- setSnippet(String) - Method in class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Sets the snippet of the GeoJsonPoint
- setStrokeColor(int) - Method in class com.google.maps.android.data.geojson.GeoJsonPolygonStyle
-
Sets the stroke color of the GeoJsonPolygon as a 32-bit ARGB color
- setStrokeWidth(float) - Method in class com.google.maps.android.data.geojson.GeoJsonPolygonStyle
-
Sets the stroke width of the GeoJsonPolygon in screen pixels
- setStyle(int) - Method in class com.google.maps.android.ui.IconGenerator
-
Sets the style of the icon.
- setTextAppearance(Context, int) - Method in class com.google.maps.android.ui.IconGenerator
-
Sets the text color, size, style, hint color, and highlight color from the specified
TextAppearance
resource.
- setTextAppearance(int) - Method in class com.google.maps.android.ui.IconGenerator
-
Sets the text color, size, style, hint color, and highlight color from the specified
TextAppearance
resource.
- setTitle(String) - Method in class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Sets the title of the GeoJsonPoint
- setViewRotation(int) - Method in class com.google.maps.android.ui.RotationLayout
-
- setVisible(boolean) - Method in class com.google.maps.android.data.geojson.GeoJsonLineStringStyle
-
Sets whether the GeoJsonLineString is visible
- setVisible(boolean) - Method in class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Sets whether the GeoJsonPoint is visible
- setVisible(boolean) - Method in class com.google.maps.android.data.geojson.GeoJsonPolygonStyle
-
Sets whether the GeoJsonPolygon is visible
- setWeightedData(Collection<WeightedLatLng>) - Method in class com.google.maps.android.heatmaps.HeatmapTileProvider
-
Changes the dataset the heatmap is portraying.
- setWidth(float) - Method in class com.google.maps.android.data.geojson.GeoJsonLineStringStyle
-
Sets the width of the GeoJsonLineString in screen pixels
- setZIndex(float) - Method in class com.google.maps.android.data.geojson.GeoJsonLineStringStyle
-
Sets the z index of the GeoJsonLineString
- setZIndex(float) - Method in class com.google.maps.android.data.geojson.GeoJsonPointStyle
-
Sets the z index of the GeoJsonLineString
- setZIndex(float) - Method in class com.google.maps.android.data.geojson.GeoJsonPolygonStyle
-
Sets the z index of the GeoJsonPolygon
- shouldReclusterOnMapMovement() - Method in class com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm
-
- shouldReclusterOnMapMovement() - Method in interface com.google.maps.android.clustering.algo.ScreenBasedAlgorithm
-
- shouldReclusterOnMapMovement() - Method in class com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter
-
- shouldRenderAsCluster(Cluster<T>) - Method in class com.google.maps.android.clustering.view.DefaultClusterRenderer
-
Determine whether the cluster should be rendered as individual markers or a cluster.
- showAll() - Method in class com.google.maps.android.collections.CircleManager.Collection
-
- showAll() - Method in class com.google.maps.android.collections.GroundOverlayManager.Collection
-
- showAll() - Method in class com.google.maps.android.collections.MarkerManager.Collection
-
- showAll() - Method in class com.google.maps.android.collections.PolygonManager.Collection
-
- showAll() - Method in class com.google.maps.android.collections.PolylineManager.Collection
-
- simplify(List<LatLng>, double) - Static method in class com.google.maps.android.PolyUtil
-
Simplifies the given poly (polyline or polygon) using the Douglas-Peucker decimation
algorithm.
- SphericalMercatorProjection - Class in com.google.maps.android.projection
-
- SphericalMercatorProjection(double) - Constructor for class com.google.maps.android.projection.SphericalMercatorProjection
-
- SphericalUtil - Class in com.google.maps.android
-
- SquareTextView - Class in com.google.maps.android.ui
-
- SquareTextView(Context) - Constructor for class com.google.maps.android.ui.SquareTextView
-
- SquareTextView(Context, AttributeSet) - Constructor for class com.google.maps.android.ui.SquareTextView
-
- SquareTextView(Context, AttributeSet, int) - Constructor for class com.google.maps.android.ui.SquareTextView
-
- StaticCluster<T extends ClusterItem> - Class in com.google.maps.android.clustering.algo
-
A cluster whose center is determined upon creation.
- StaticCluster(LatLng) - Constructor for class com.google.maps.android.clustering.algo.StaticCluster
-
- storeData(HashMap<String, KmlStyle>, HashMap<String, String>, HashMap<KmlPlacemark, Object>, ArrayList<KmlContainer>, HashMap<KmlGroundOverlay, GroundOverlay>) - Method in class com.google.maps.android.data.Renderer
-
Stores all given data
- storeRenderer(Renderer) - Method in class com.google.maps.android.data.Layer
-
Stores a new Renderer object into mRenderer
- Style - Class in com.google.maps.android.data
-
- Style() - Constructor for class com.google.maps.android.data.Style
-
Creates a new Style object
- STYLE_BLUE - Static variable in class com.google.maps.android.ui.IconGenerator
-
- STYLE_DEFAULT - Static variable in class com.google.maps.android.ui.IconGenerator
-
- STYLE_GREEN - Static variable in class com.google.maps.android.ui.IconGenerator
-
- STYLE_ORANGE - Static variable in class com.google.maps.android.ui.IconGenerator
-
- STYLE_PURPLE - Static variable in class com.google.maps.android.ui.IconGenerator
-
- STYLE_RED - Static variable in class com.google.maps.android.ui.IconGenerator
-
- STYLE_WHITE - Static variable in class com.google.maps.android.ui.IconGenerator
-
- substituteProperties(String, KmlPlacemark) - Static method in class com.google.maps.android.data.kml.KmlUtil
-
Substitute property values in BalloonStyle text template