A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
W
G
- GeoData - class in com.google.maps.android.data.parser
- A generic container for geographic data parsed from any file.
- GeoFileParser - class in com.google.maps.android.data.parser
- Interface for a file parser that transforms an input stream from a specific format into the unified GeoData model.
- GeoJsonFeature - class in com.google.maps.android.data.geojson
- A GeoJsonFeature has a geometry, bounding box, id and set of properties.
- GeoJsonFeature - class in com.google.maps.android.data.parser.geojson
- GeoJsonFeatureCollection - class in com.google.maps.android.data.parser.geojson
- GeoJsonGeometry - class in com.google.maps.android.data.parser.geojson
- GeoJsonGeometryCollection - class in com.google.maps.android.data.geojson
- A GeoJsonGeometryCollection geometry contains a number of GeoJson Geometry objects.
- GeoJsonGeometryCollection - class in com.google.maps.android.data.parser.geojson
- GeoJsonLayer - class in com.google.maps.android.data.geojson
- GeoJsonLayer.GeoJsonOnFeatureClickListener - class in com.google.maps.android.data.geojson.GeoJsonLayer
- GeoJsonLineString - class in com.google.maps.android.data.geojson
- A GeoJsonLineString geometry represents a number of connected LatLngs.
- GeoJsonLineString - class in com.google.maps.android.data.parser.geojson
- 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.Companion - class in com.google.maps.android.data.geojson.GeoJsonLineStringStyle
- GeoJsonMapper - class in com.google.maps.android.data.renderer.mapper
- A mapper class responsible for transforming GeoJSON objects into the platform-agnostic DataScene model.
- GeoJsonMapperKt - class in com.google.maps.android.data.renderer.mapper
- GeoJsonMultiLineString - class in com.google.maps.android.data.geojson
- A GeoJsonMultiLineString geometry contains a number of GeoJsonLineStrings.
- GeoJsonMultiLineString - class in com.google.maps.android.data.parser.geojson
- GeoJsonMultiPoint - class in com.google.maps.android.data.geojson
- A GeoJsonMultiPoint geometry contains a number of GeoJsonPoints.
- GeoJsonMultiPoint - class in com.google.maps.android.data.parser.geojson
- GeoJsonMultiPolygon - class in com.google.maps.android.data.geojson
- A GeoJsonMultiPolygon geometry contains a number of GeoJsonPolygons.
- GeoJsonMultiPolygon - class in com.google.maps.android.data.parser.geojson
- GeoJsonObject - class in com.google.maps.android.data.parser.geojson
- GeoJsonParser - class in com.google.maps.android.data.parser.geojson
- GeoJsonParser.Companion - class in com.google.maps.android.data.parser.geojson.GeoJsonParser
- GeoJsonPoint - class in com.google.maps.android.data.geojson
- A GeoJsonPoint geometry contains a single LatLng.
- GeoJsonPoint - class in com.google.maps.android.data.parser.geojson
- 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.Companion - class in com.google.maps.android.data.geojson.GeoJsonPointStyle
- GeoJsonPolygon - class in com.google.maps.android.data.geojson
- A GeoJsonPolygon geometry contains an array of arrays of LatLngs.
- GeoJsonPolygon - class in com.google.maps.android.data.parser.geojson
- GeoJsonPolygon.Companion - class in com.google.maps.android.data.geojson.GeoJsonPolygon
- 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.Companion - class in com.google.maps.android.data.geojson.GeoJsonPolygonStyle
- GeoJsonStyle - class in com.google.maps.android.data.geojson
- Geometry - class in com.google.maps.android.data
- Common interface for all legacy Geometry types, bridging to the new data layer.
- Geometry - class in com.google.maps.android.data.parser
- A sealed interface representing the geometric shape of a feature.
- Geometry - class in com.google.maps.android.data.renderer.model
- A sealed interface representing a geometric object.
- Geometry.GeometryCollection - class in com.google.maps.android.data.parser.Geometry
- Geometry.LineString - class in com.google.maps.android.data.parser.Geometry
- Geometry.Point - class in com.google.maps.android.data.parser.Geometry
- Geometry.Polygon - class in com.google.maps.android.data.parser.Geometry
- getAlpha() - function in com.google.maps.android.data.geojson.GeoJsonPointStyle
- getAlpha() - function in com.google.maps.android.renderer.model.Marker
- getAlt() - function in com.google.maps.android.data.parser.Geometry.Point
- getAlt() - function in com.google.maps.android.data.parser.geojson.Coordinates
- getAlt() - function in com.google.maps.android.data.renderer.model.Point
- getAltitude() - function in com.google.maps.android.data.kml.KmlPoint
- getAltitude() - function in com.google.maps.android.data.geojson.GeoJsonPoint
- getAltitude() - function in com.google.maps.android.data.parser.kml.LatLngAlt
- getAltitudeMode() - function in com.google.maps.android.data.parser.kml.Track
- getAltitudeMode() - function in com.google.maps.android.data.parser.kml.MultiTrack
- getAltitudeMode() - function in com.google.maps.android.data.parser.kml.Point
- getAltitudeMode() - function in com.google.maps.android.data.parser.kml.Polygon
- getAltitudes() - function in com.google.maps.android.data.kml.KmlLineString
- getAltitudes() - function in com.google.maps.android.data.geojson.GeoJsonLineString
- getAnchorU() - function in com.google.maps.android.data.geojson.GeoJsonPointStyle
- getAnchorU() - function in com.google.maps.android.data.renderer.model.PointStyle
- getAnchorU() - function in com.google.maps.android.renderer.model.Marker
- getAnchorV() - function in com.google.maps.android.data.geojson.GeoJsonPointStyle
- getAnchorV() - function in com.google.maps.android.data.renderer.model.PointStyle
- getAnchorV() - function in com.google.maps.android.renderer.model.Marker
- getBalloonOptions() - function in com.google.maps.android.data.kml.KmlStyle
- getBalloonVisibility() - function in com.google.maps.android.data.parser.kml.Placemark
- getBoundingBox() - function in com.google.maps.android.data.geojson.GeoJsonFeature
- getBoundingBox() - function in com.google.maps.android.data.geojson.GeoJsonLayer
- getBoundingBox() - function in com.google.maps.android.data.renderer.model.DataLayer
- getBoundingBox() - function in com.google.maps.android.data.renderer.model.DataScene
- getCenter() - function in com.google.maps.android.renderer.model.Circle
- getColor() - function in com.google.maps.android.data.geojson.GeoJsonLineStringStyle
- getColor() - function in com.google.maps.android.data.parser.kml.GroundOverlay
- getColor() - function in com.google.maps.android.data.parser.kml.LabelStyle
- getColor() - function in com.google.maps.android.data.parser.kml.LineStyle
- getColor() - function in com.google.maps.android.data.parser.kml.PolyStyle
- getColor() - function in com.google.maps.android.data.renderer.model.PointStyle
- getColor() - function in com.google.maps.android.data.renderer.model.LineStyle
- getColor() - function in com.google.maps.android.renderer.model.Polyline
- getContainerId() - function in com.google.maps.android.data.kml.KmlContainer
- getContainers() - function in com.google.maps.android.data.kml.KmlContainer
- getContainers() - function in com.google.maps.android.data.kml.KmlLayer
- getCoordinates() - function in com.google.maps.android.data.geojson.GeoJsonLineString
- getCoordinates() - function in com.google.maps.android.data.geojson.GeoJsonPoint
- getCoordinates() - function in com.google.maps.android.data.geojson.GeoJsonPolygon
- getCoordinates() - function in com.google.maps.android.data.parser.geojson.GeoJsonPoint
- getCoordinates() - function in com.google.maps.android.data.parser.geojson.GeoJsonMultiPoint
- getCoordinates() - function in com.google.maps.android.data.parser.geojson.GeoJsonLineString
- getCoordinates() - function in com.google.maps.android.data.parser.geojson.GeoJsonMultiLineString
- getCoordinates() - function in com.google.maps.android.data.parser.geojson.GeoJsonPolygon
- getCoordinates() - function in com.google.maps.android.data.parser.geojson.GeoJsonMultiPolygon
- getCoordinates() - function in com.google.maps.android.data.parser.kml.Point
- getCoordinates() - function in com.google.maps.android.data.parser.kml.LineString
- getCoordinates() - function in com.google.maps.android.data.parser.kml.LinearRing
- getCoords() - function in com.google.maps.android.data.parser.kml.Track
- getCreator() - function in com.google.maps.android.data.parser.gpx.Gpx
- getData() - function in com.google.maps.android.data.parser.kml.ExtendedData
- getDefaultLineStringStyle() - function in com.google.maps.android.data.KmlLayer
- getDefaultLineStringStyle() - function in com.google.maps.android.data.Layer
- getDefaultLineStringStyle() - function in com.google.maps.android.data.GeoJsonLayer
- getDefaultPointStyle() - function in com.google.maps.android.data.KmlLayer
- getDefaultPointStyle() - function in com.google.maps.android.data.Layer
- getDefaultPointStyle() - function in com.google.maps.android.data.GeoJsonLayer
- getDefaultPolygonStyle() - function in com.google.maps.android.data.KmlLayer
- getDefaultPolygonStyle() - function in com.google.maps.android.data.Layer
- getDefaultPolygonStyle() - function in com.google.maps.android.data.GeoJsonLayer
- getDesc() - function in com.google.maps.android.data.parser.gpx.Metadata
- getDesc() - function in com.google.maps.android.data.parser.gpx.Wpt
- getDesc() - function in com.google.maps.android.data.parser.gpx.Rte
- getDesc() - function in com.google.maps.android.data.parser.gpx.Trk
- getDescription() - function in com.google.maps.android.data.parser.kml.Document
- getDescription() - function in com.google.maps.android.data.parser.kml.Folder
- getDescription() - function in com.google.maps.android.data.parser.kml.Placemark
- getDocument() - function in com.google.maps.android.data.parser.kml.Kml
- getDraggable() - function in com.google.maps.android.renderer.model.Marker
- getDrawOrder() - function in com.google.maps.android.data.parser.kml.GroundOverlay
- getEast() - function in com.google.maps.android.data.parser.kml.LatLonBox
- getEast() - function in com.google.maps.android.data.renderer.model.GroundOverlay
- getEle() - function in com.google.maps.android.data.parser.gpx.Wpt
- getEndCap() - function in com.google.maps.android.data.geojson.GeoJsonLineStringStyle
- getEndCap() - function in com.google.maps.android.renderer.model.Polyline
- getExtendedData() - function in com.google.maps.android.data.parser.kml.Placemark
- getExtrude() - function in com.google.maps.android.data.parser.kml.Polygon
- getFeatureForMapObject(Object) - function in com.google.maps.android.data.renderer.mapview.MapViewRenderer
- Finds the model Feature associated with a specific rendered Google Map object.
- getFeatures() - function in com.google.maps.android.data.kml.KmlLayer
- getFeatures() - function in com.google.maps.android.data.Layer
- getFeatures() - function in com.google.maps.android.data.geojson.GeoJsonLayer
- getFeatures() - function in com.google.maps.android.data.parser.GeoData
- getFeatures() - function in com.google.maps.android.data.parser.geojson.GeoJsonFeatureCollection
- getFeatures() - function in com.google.maps.android.data.renderer.model.DataLayer
- getFeatures() - function in com.google.maps.android.data.renderer.model.DataScene
- getFill() - function in com.google.maps.android.data.parser.kml.PolyStyle
- getFillColor() - function in com.google.maps.android.data.geojson.GeoJsonPolygonStyle
- getFillColor() - function in com.google.maps.android.data.parser.Style
- getFillColor() - function in com.google.maps.android.data.renderer.model.PolygonStyle
- getFillColor() - function in com.google.maps.android.renderer.model.Circle
- getFillColor() - function in com.google.maps.android.renderer.model.Polygon
- getFlat() - function in com.google.maps.android.renderer.model.Marker
- getFolder() - function in com.google.maps.android.data.parser.kml.Kml
- getFolders() - function in com.google.maps.android.data.parser.kml.Document
- getFolders() - function in com.google.maps.android.data.parser.kml.Folder
- getGeodesic() - function in com.google.maps.android.data.renderer.model.LineStyle
- getGeodesic() - function in com.google.maps.android.data.renderer.model.PolygonStyle
- getGeometries() - function in com.google.maps.android.data.geojson.GeoJsonGeometryCollection
- getGeometries() - function in com.google.maps.android.data.parser.Geometry.GeometryCollection
- getGeometries() - function in com.google.maps.android.data.parser.geojson.GeoJsonGeometryCollection
- getGeometries() - function in com.google.maps.android.data.renderer.model.MultiGeometry
- getGeometry() - function in com.google.maps.android.data.KmlPlacemark
- getGeometry() - function in com.google.maps.android.data.Feature
- getGeometry() - function in com.google.maps.android.data.GeoJsonFeature
- getGeometry() - function in com.google.maps.android.data.parser.Feature
- getGeometry() - function in com.google.maps.android.data.parser.geojson.GeoJsonFeature
- getGeometry() - function in com.google.maps.android.data.renderer.model.Feature
- getGEOMETRY_TYPE() - function in com.google.maps.android.data.kml.KmlPolygon.Companion
- getGeometryObject() - function in com.google.maps.android.data.kml.KmlLineString
- getGeometryObject() - function in com.google.maps.android.data.kml.KmlMultiGeometry
- getGeometryObject() - function in com.google.maps.android.data.KmlPoint
- getGeometryObject() - function in com.google.maps.android.data.kml.KmlPolygon
- getGeometryObject() - function in com.google.maps.android.data.DataPolygon
- getGeometryObject() - function in com.google.maps.android.data.Geometry
- getGeometryObject() - function in com.google.maps.android.data.LineString
- getGeometryObject() - function in com.google.maps.android.data.MultiGeometry
- getGeometryObject() - function in com.google.maps.android.data.Point
- getGeometryObject() - function in com.google.maps.android.data.GeoJsonGeometryCollection
- getGeometryObject() - function in com.google.maps.android.data.GeoJsonLineString
- getGeometryObject() - function in com.google.maps.android.data.GeoJsonMultiLineString
- getGeometryObject() - function in com.google.maps.android.data.GeoJsonMultiPoint
- getGeometryObject() - function in com.google.maps.android.data.GeoJsonMultiPolygon
- getGeometryObject() - function in com.google.maps.android.data.GeoJsonPoint
- getGeometryObject() - function in com.google.maps.android.data.geojson.GeoJsonPolygon
- getGeometryType() - function in com.google.maps.android.data.KmlLineString
- getGeometryType() - function in com.google.maps.android.data.KmlMultiGeometry
- getGeometryType() - function in com.google.maps.android.data.KmlPoint
- getGeometryType() - function in com.google.maps.android.data.kml.KmlPolygon
- getGeometryType() - function in com.google.maps.android.data.DataPolygon
- getGeometryType() - function in com.google.maps.android.data.Geometry
- getGeometryType() - function in com.google.maps.android.data.LineString
- getGeometryType() - function in com.google.maps.android.data.MultiGeometry
- getGeometryType() - function in com.google.maps.android.data.Point
- getGeometryType() - function in com.google.maps.android.data.GeoJsonGeometryCollection
- getGeometryType() - function in com.google.maps.android.data.GeoJsonLineString
- getGeometryType() - function in com.google.maps.android.data.geojson.GeoJsonLineStringStyle
- getGeometryType() - function in com.google.maps.android.data.GeoJsonMultiLineString
- getGeometryType() - function in com.google.maps.android.data.GeoJsonMultiPoint
- getGeometryType() - function in com.google.maps.android.data.GeoJsonMultiPolygon
- getGeometryType() - function in com.google.maps.android.data.GeoJsonPoint
- getGeometryType() - function in com.google.maps.android.data.geojson.GeoJsonPointStyle
- getGeometryType() - function in com.google.maps.android.data.geojson.GeoJsonPolygon
- getGeometryType() - function in com.google.maps.android.data.geojson.GeoJsonPolygonStyle
- getGeometryType() - function in com.google.maps.android.data.geojson.GeoJsonStyle
- getGroundOverlay() - function in com.google.maps.android.data.parser.kml.Kml
- getGroundOverlays() - function in com.google.maps.android.data.kml.KmlContainer
- getGroundOverlays() - function in com.google.maps.android.data.kml.KmlLayer
- getGroundOverlays() - function in com.google.maps.android.data.parser.kml.Document
- getGroundOverlays() - function in com.google.maps.android.data.parser.kml.Folder
- getHeading() - function in com.google.maps.android.data.renderer.model.PointStyle
- getHoles() - function in com.google.maps.android.data.parser.Geometry.Polygon
- getHoles() - function in com.google.maps.android.renderer.model.Polygon
- getHotSpot() - function in com.google.maps.android.data.parser.kml.IconStyle
- getHref() - function in com.google.maps.android.data.parser.kml.Icon
- getIcon() - function in com.google.maps.android.data.geojson.GeoJsonPointStyle
- getIcon() - function in com.google.maps.android.data.parser.kml.GroundOverlay
- getIcon() - function in com.google.maps.android.data.parser.kml.IconStyle
- getIcon() - function in com.google.maps.android.renderer.model.Marker
- getIconScale() - function in com.google.maps.android.data.kml.KmlStyle
- getIconStyle() - function in com.google.maps.android.data.parser.kml.Style
- getIconUrl() - function in com.google.maps.android.data.kml.KmlStyle
- getIconUrl() - function in com.google.maps.android.data.renderer.model.GroundOverlayStyle
- getIconUrl() - function in com.google.maps.android.data.renderer.model.PointStyle
- getId() - function in com.google.maps.android.data.KmlPlacemark
- getId() - function in com.google.maps.android.data.Feature
- getId() - function in com.google.maps.android.data.GeoJsonFeature
- getId() - function in com.google.maps.android.data.parser.geojson.GeoJsonFeature
- getId() - function in com.google.maps.android.data.parser.kml.Placemark
- getId() - function in com.google.maps.android.data.parser.kml.Style
- getId() - function in com.google.maps.android.data.parser.kml.StyleMap
- getImages() - function in com.google.maps.android.data.parser.kml.Kml
- getImageUrl() - function in com.google.maps.android.data.kml.KmlGroundOverlay
- getInfoWindowAnchorU() - function in com.google.maps.android.data.geojson.GeoJsonPointStyle
- getInfoWindowAnchorV() - function in com.google.maps.android.data.geojson.GeoJsonPointStyle
- getInlineStyle() - function in com.google.maps.android.data.kml.KmlPlacemark
- getInnerBoundaries() - function in com.google.maps.android.data.renderer.model.Polygon
- getInnerBoundaryCoordinates() - function in com.google.maps.android.data.kml.KmlPolygon
- getInnerBoundaryCoordinates() - function in com.google.maps.android.data.DataPolygon
- getInnerBoundaryCoordinates() - function in com.google.maps.android.data.geojson.GeoJsonPolygon
- getInnerBoundaryIs() - function in com.google.maps.android.data.parser.kml.Polygon
- getIsClickable() - function in com.google.maps.android.renderer.model.Circle
- getIsClickable() - function in com.google.maps.android.renderer.model.Polygon
- getIsClickable() - function in com.google.maps.android.renderer.model.Polyline
- getIsGeodesic() - function in com.google.maps.android.renderer.model.Polygon
- getIsGeodesic() - function in com.google.maps.android.renderer.model.Polyline
- getIsVisible() - function in com.google.maps.android.renderer.model.Circle
- Gets and sets the visibility of the map object.
- getIsVisible() - function in com.google.maps.android.renderer.model.MapObject
- Gets and sets the visibility of the map object.
- getIsVisible() - function in com.google.maps.android.renderer.model.Marker
- Gets and sets the visibility of the map object.
- getIsVisible() - function in com.google.maps.android.renderer.model.Polygon
- Gets and sets the visibility of the map object.
- getIsVisible() - function in com.google.maps.android.renderer.model.Polyline
- Gets and sets the visibility of the map object.
- getJointType() - function in com.google.maps.android.renderer.model.Polyline
- getKey() - function in com.google.maps.android.data.parser.kml.Pair
- getLabelStyle() - function in com.google.maps.android.data.parser.kml.Style
- getLat() - function in com.google.maps.android.data.parser.Geometry.Point
- getLat() - function in com.google.maps.android.data.parser.geojson.Coordinates
- getLat() - function in com.google.maps.android.data.parser.gpx.Wpt
- getLat() - function in com.google.maps.android.data.renderer.model.Point
- getLatitude() - function in com.google.maps.android.data.parser.kml.LatLngAlt
- getLatLngBounds() - function in com.google.maps.android.data.renderer.model.GroundOverlay
- getLatLngBox() - function in com.google.maps.android.data.kml.KmlGroundOverlay
- getLatLonBox() - function in com.google.maps.android.data.parser.kml.GroundOverlay
- getLayers() - function in com.google.maps.android.data.renderer.model.DataScene
- getLayers() - function in com.google.maps.android.renderer.GoogleMapRenderer
- Gets all layers currently managed by the renderer.
- getLayers() - function in com.google.maps.android.renderer.Renderer
- Gets all layers currently managed by the renderer.
- getLinearRing() - function in com.google.maps.android.data.parser.kml.Boundary
- getLineString() - function in com.google.maps.android.data.parser.kml.Placemark
- getLineStrings() - function in com.google.maps.android.data.geojson.GeoJsonMultiLineString
- getLineStrings() - function in com.google.maps.android.data.parser.kml.MultiGeometry
- getLineStringStyle() - function in com.google.maps.android.data.geojson.GeoJsonFeature
- getLineStyle() - function in com.google.maps.android.data.parser.kml.Style
- getLng() - function in com.google.maps.android.data.parser.geojson.Coordinates
- getLng() - function in com.google.maps.android.data.renderer.model.Point
- getLon() - function in com.google.maps.android.data.parser.Geometry.Point
- getLon() - function in com.google.maps.android.data.parser.gpx.Wpt
- getLongitude() - function in com.google.maps.android.data.parser.kml.LatLngAlt
- getMap() - function in com.google.maps.android.data.kml.KmlLayer
- getMap() - function in com.google.maps.android.data.Layer
- getMap() - function in com.google.maps.android.data.geojson.GeoJsonLayer
- getMapObjects() - function in com.google.maps.android.renderer.model.Layer
- getMarkerOptions() - function in com.google.maps.android.data.kml.KmlPlacemark
- getMarkerOptions() - function in com.google.maps.android.data.kml.KmlStyle
- getMarkerOptions() - function in com.google.maps.android.data.geojson.GeoJsonFeature
- getMAX_ELEMENT_DEPTH() - function in com.google.maps.android.data.parser.kml.KmlParser.Companion
- Maximum element nesting depth accepted when parsing.
- getMAX_GEOMETRY_DEPTH() - function in com.google.maps.android.data.parser.geojson.GeoJsonParser.Companion
- getMetadata() - function in com.google.maps.android.data.parser.gpx.Gpx
- getMultiGeometries() - function in com.google.maps.android.data.parser.kml.MultiGeometry
- getMultiGeometry() - function in com.google.maps.android.data.parser.kml.Placemark
- getMultiTrack() - function in com.google.maps.android.data.parser.kml.Placemark
- getName() - function in com.google.maps.android.data.parser.gpx.Metadata
- getName() - function in com.google.maps.android.data.parser.gpx.Wpt
- getName() - function in com.google.maps.android.data.parser.gpx.Rte
- getName() - function in com.google.maps.android.data.parser.gpx.Trk
- getName() - function in com.google.maps.android.data.parser.kml.AltitudeMode
- getName() - function in com.google.maps.android.data.parser.kml.GroundOverlay
- getName() - function in com.google.maps.android.data.parser.kml.Document
- getName() - function in com.google.maps.android.data.parser.kml.Folder
- getName() - function in com.google.maps.android.data.parser.kml.Placemark
- getName() - function in com.google.maps.android.data.parser.kml.Data
- getName() - function in com.google.maps.android.renderer.model.MapObject.Type
- getNorth() - function in com.google.maps.android.data.parser.kml.LatLonBox
- getNorth() - function in com.google.maps.android.data.renderer.model.GroundOverlay
- getOrdinal() - function in com.google.maps.android.data.parser.kml.AltitudeMode
- getOrdinal() - function in com.google.maps.android.renderer.model.MapObject.Type
- getOuterBoundary() - function in com.google.maps.android.data.renderer.model.Polygon
- getOuterBoundaryCoordinates() - function in com.google.maps.android.data.kml.KmlPolygon
- getOuterBoundaryCoordinates() - function in com.google.maps.android.data.DataPolygon
- getOuterBoundaryCoordinates() - function in com.google.maps.android.data.geojson.GeoJsonPolygon
- getOuterBoundaryIs() - function in com.google.maps.android.data.parser.kml.Polygon
- getOutline() - function in com.google.maps.android.data.parser.kml.PolyStyle
- getPairs() - function in com.google.maps.android.data.parser.kml.StyleMap
- getPattern() - function in com.google.maps.android.data.geojson.GeoJsonLineStringStyle
- getPattern() - function in com.google.maps.android.renderer.model.Polyline
- getPlacemark() - function in com.google.maps.android.data.parser.kml.Kml
- getPlacemarks() - function in com.google.maps.android.data.kml.KmlContainer
- getPlacemarks() - function in com.google.maps.android.data.kml.KmlLayer
- getPlacemarks() - function in com.google.maps.android.data.parser.kml.Document
- getPlacemarks() - function in com.google.maps.android.data.parser.kml.Folder
- getPoint() - function in com.google.maps.android.data.parser.kml.Placemark
- getPoint() - function in com.google.maps.android.data.renderer.model.PointGeometry
- getPoints() - function in com.google.maps.android.data.geojson.GeoJsonMultiPoint
- getPoints() - function in com.google.maps.android.data.parser.Geometry.LineString
- getPoints() - function in com.google.maps.android.data.parser.kml.MultiGeometry
- getPoints() - function in com.google.maps.android.data.renderer.model.LineString
- getPoints() - function in com.google.maps.android.renderer.model.Polygon
- getPoints() - function in com.google.maps.android.renderer.model.Polyline
- getPointStyle() - function in com.google.maps.android.data.geojson.GeoJsonFeature
- getPolygon() - function in com.google.maps.android.data.parser.kml.Placemark
- getPolygonOptions() - function in com.google.maps.android.data.kml.KmlPlacemark
- getPolygonOptions() - function in com.google.maps.android.data.kml.KmlStyle
- getPolygonOptions() - function in com.google.maps.android.data.geojson.GeoJsonFeature
- getPolygons() - function in com.google.maps.android.data.geojson.GeoJsonMultiPolygon
- getPolygons() - function in com.google.maps.android.data.parser.kml.MultiGeometry
- getPolygonStyle() - function in com.google.maps.android.data.geojson.GeoJsonFeature
- getPolylineOptions() - function in com.google.maps.android.data.kml.KmlPlacemark
- getPolylineOptions() - function in com.google.maps.android.data.kml.KmlStyle
- getPolylineOptions() - function in com.google.maps.android.data.geojson.GeoJsonFeature
- getPolyStyle() - function in com.google.maps.android.data.parser.kml.Style
- getPosition() - function in com.google.maps.android.renderer.model.Marker
- getProperties() - function in com.google.maps.android.data.kml.KmlContainer
- getProperties() - function in com.google.maps.android.data.kml.KmlGroundOverlay
- getProperties() - function in com.google.maps.android.data.KmlPlacemark
- getProperties() - function in com.google.maps.android.data.Feature
- getProperties() - function in com.google.maps.android.data.GeoJsonFeature
- getProperties() - function in com.google.maps.android.data.parser.Feature
- getProperties() - function in com.google.maps.android.data.parser.geojson.GeoJsonFeature
- getProperties() - function in com.google.maps.android.data.renderer.model.DataLayer
- getProperties() - function in com.google.maps.android.data.renderer.model.Feature
- getProperty(String) - function in com.google.maps.android.data.kml.KmlContainer
- getProperty(String) - function in com.google.maps.android.data.kml.KmlGroundOverlay
- getProperty(String) - function in com.google.maps.android.data.KmlPlacemark
- getProperty(String) - function in com.google.maps.android.data.Feature
- getProperty(String) - function in com.google.maps.android.data.GeoJsonFeature
- getPropertyKeys() - function in com.google.maps.android.data.KmlPlacemark
- getPropertyKeys() - function in com.google.maps.android.data.Feature
- getPropertyKeys() - function in com.google.maps.android.data.GeoJsonFeature
- getRadius() - function in com.google.maps.android.renderer.model.Circle
- getRotation() - function in com.google.maps.android.data.KmlStyle
- getRotation() - function in com.google.maps.android.data.Style
- getRotation() - function in com.google.maps.android.data.GeoJsonLineStringStyle
- getRotation() - function in com.google.maps.android.data.geojson.GeoJsonPointStyle
- getRotation() - function in com.google.maps.android.data.GeoJsonPolygonStyle
- getRotation() - function in com.google.maps.android.data.parser.kml.LatLonBox
- getRotation() - function in com.google.maps.android.data.renderer.model.GroundOverlay
- getRotation() - function in com.google.maps.android.renderer.model.Marker
- getRoutePoints() - function in com.google.maps.android.data.parser.gpx.Rte
- getRoutes() - function in com.google.maps.android.data.parser.gpx.Gpx
- getScale() - function in com.google.maps.android.data.parser.kml.IconStyle
- getScale() - function in com.google.maps.android.data.parser.kml.LabelStyle
- getScale() - function in com.google.maps.android.data.renderer.model.PointStyle
- getShell() - function in com.google.maps.android.data.parser.Geometry.Polygon
- getSnippet() - function in com.google.maps.android.data.geojson.GeoJsonPointStyle
- getSnippet() - function in com.google.maps.android.renderer.model.Marker
- getSouth() - function in com.google.maps.android.data.parser.kml.LatLonBox
- getSouth() - function in com.google.maps.android.data.renderer.model.GroundOverlay
- getStartCap() - function in com.google.maps.android.data.geojson.GeoJsonLineStringStyle
- getStartCap() - function in com.google.maps.android.renderer.model.Polyline
- getStrokeColor() - function in com.google.maps.android.data.geojson.GeoJsonPolygonStyle
- getStrokeColor() - function in com.google.maps.android.data.parser.Style
- getStrokeColor() - function in com.google.maps.android.data.renderer.model.PolygonStyle
- getStrokeColor() - function in com.google.maps.android.renderer.model.Circle
- getStrokeColor() - function in com.google.maps.android.renderer.model.Polygon
- getStrokeJointType() - function in com.google.maps.android.data.geojson.GeoJsonPolygonStyle
- getStrokeJointType() - function in com.google.maps.android.renderer.model.Polygon
- getStrokePattern() - function in com.google.maps.android.data.geojson.GeoJsonPolygonStyle
- getStrokePattern() - function in com.google.maps.android.renderer.model.Circle
- getStrokePattern() - function in com.google.maps.android.renderer.model.Polygon
- getStrokeWidth() - function in com.google.maps.android.data.geojson.GeoJsonPolygonStyle
- getStrokeWidth() - function in com.google.maps.android.data.parser.Style
- getStrokeWidth() - function in com.google.maps.android.data.renderer.model.PolygonStyle
- getStrokeWidth() - function in com.google.maps.android.renderer.model.Circle
- getStrokeWidth() - function in com.google.maps.android.renderer.model.Polygon
- getStyle(String) - function in com.google.maps.android.data.kml.KmlContainer
- getStyle() - function in com.google.maps.android.data.parser.Feature
- getStyle() - function in com.google.maps.android.data.parser.kml.Kml
- getStyle() - function in com.google.maps.android.data.parser.kml.Placemark
- getStyle() - function in com.google.maps.android.data.renderer.model.Feature
- getStyleId() - function in com.google.maps.android.data.kml.KmlPlacemark
- getStyleId() - function in com.google.maps.android.data.kml.KmlStyle
- getStyleIdFromMap(String) - function in com.google.maps.android.data.kml.KmlContainer
- getStyleMap() - function in com.google.maps.android.data.parser.kml.Kml
- getStyleMaps() - function in com.google.maps.android.data.parser.kml.Document
- getStyles() - function in com.google.maps.android.data.parser.kml.Document
- getStyleUrl() - function in com.google.maps.android.data.parser.kml.Placemark
- getStyleUrl() - function in com.google.maps.android.data.parser.kml.Pair
- getSUPPORTED_EXTENSIONS() - function in com.google.maps.android.data.parser.geojson.GeoJsonParser.Companion
- getSUPPORTED_EXTENSIONS() - function in com.google.maps.android.data.parser.gpx.GpxParser.Companion
- getSUPPORTED_EXTENSIONS() - function in com.google.maps.android.data.parser.kml.KmlParser.Companion
- getSUPPORTED_EXTENSIONS() - function in com.google.maps.android.data.parser.kml.KmzParser.Companion
- getSym() - function in com.google.maps.android.data.parser.gpx.Wpt
- getTime() - function in com.google.maps.android.data.parser.gpx.Metadata
- getTime() - function in com.google.maps.android.data.parser.gpx.Wpt
- getTitle() - function in com.google.maps.android.data.geojson.GeoJsonPointStyle
- getTitle() - function in com.google.maps.android.renderer.model.Marker
- getTrack() - function in com.google.maps.android.data.parser.kml.Placemark
- getTrackPoints() - function in com.google.maps.android.data.parser.gpx.TrkSeg
- getTracks() - function in com.google.maps.android.data.parser.gpx.Gpx
- getTracks() - function in com.google.maps.android.data.parser.kml.MultiTrack
- getTrackSegments() - function in com.google.maps.android.data.parser.gpx.Trk
- getTransparency() - function in com.google.maps.android.data.renderer.model.GroundOverlayStyle
- getType() - function in com.google.maps.android.data.geojson.GeoJsonGeometryCollection
- getType() - function in com.google.maps.android.data.geojson.GeoJsonLineString
- getType() - function in com.google.maps.android.data.geojson.GeoJsonMultiLineString
- getType() - function in com.google.maps.android.data.geojson.GeoJsonMultiPoint
- getType() - function in com.google.maps.android.data.geojson.GeoJsonMultiPolygon
- getType() - function in com.google.maps.android.data.geojson.GeoJsonPoint
- getType() - function in com.google.maps.android.data.geojson.GeoJsonPolygon
- getType() - function in com.google.maps.android.data.parser.geojson.GeoJsonObject
- getType() - function in com.google.maps.android.data.parser.geojson.GeoJsonGeometry
- getType() - function in com.google.maps.android.data.parser.geojson.GeoJsonPoint
- getType() - function in com.google.maps.android.data.parser.geojson.GeoJsonMultiPoint
- getType() - function in com.google.maps.android.data.parser.geojson.GeoJsonLineString
- getType() - function in com.google.maps.android.data.parser.geojson.GeoJsonMultiLineString
- getType() - function in com.google.maps.android.data.parser.geojson.GeoJsonPolygon
- getType() - function in com.google.maps.android.data.parser.geojson.GeoJsonMultiPolygon
- getType() - function in com.google.maps.android.data.parser.geojson.GeoJsonGeometryCollection
- getType() - function in com.google.maps.android.data.parser.geojson.GeoJsonFeature
- getType() - function in com.google.maps.android.data.parser.geojson.GeoJsonFeatureCollection
- getType() - function in com.google.maps.android.data.renderer.model.Geometry
- getType() - function in com.google.maps.android.data.renderer.model.PointGeometry
- getType() - function in com.google.maps.android.data.renderer.model.LineString
- getType() - function in com.google.maps.android.data.renderer.model.Polygon
- getType() - function in com.google.maps.android.data.renderer.model.MultiGeometry
- getType() - function in com.google.maps.android.data.renderer.model.GroundOverlay
- getType() - function in com.google.maps.android.renderer.model.Circle
- getType() - function in com.google.maps.android.renderer.model.MapObject
- Gets the type of the map object.
- getType() - function in com.google.maps.android.renderer.model.Marker
- getType() - function in com.google.maps.android.renderer.model.Polygon
- getType() - function in com.google.maps.android.renderer.model.Polyline
- getUseAdvancedMarkers() - function in com.google.maps.android.data.renderer.mapview.MapViewRenderer
- Controls whether to use the new Advanced Markers API (if available) or legacy Markers.
- getValue() - function in com.google.maps.android.data.parser.kml.Data
- getValue() - function in com.google.maps.android.data.parser.kml.BalloonVisibility
- getVersion() - function in com.google.maps.android.data.parser.gpx.Gpx
- getVisibility() - function in com.google.maps.android.data.parser.kml.GroundOverlay
- getVisibility() - function in com.google.maps.android.data.parser.kml.Folder
- getVisibility() - function in com.google.maps.android.data.renderer.model.GroundOverlayStyle
- getWaypoints() - function in com.google.maps.android.data.parser.gpx.Gpx
- getWest() - function in com.google.maps.android.data.parser.kml.LatLonBox
- getWest() - function in com.google.maps.android.data.renderer.model.GroundOverlay
- getWhens() - function in com.google.maps.android.data.parser.kml.Track
- getWidth() - function in com.google.maps.android.data.geojson.GeoJsonLineStringStyle
- getWidth() - function in com.google.maps.android.data.parser.kml.LineStyle
- getWidth() - function in com.google.maps.android.data.renderer.model.LineStyle
- getWidth() - function in com.google.maps.android.renderer.model.Polyline
- getX() - function in com.google.maps.android.data.parser.kml.HotSpot
- getXunits() - function in com.google.maps.android.data.parser.kml.HotSpot
- getY() - function in com.google.maps.android.data.parser.kml.HotSpot
- getYunits() - function in com.google.maps.android.data.parser.kml.HotSpot
- getZIndex() - function in com.google.maps.android.data.geojson.GeoJsonLineStringStyle
- getZIndex() - function in com.google.maps.android.data.geojson.GeoJsonPointStyle
- getZIndex() - function in com.google.maps.android.data.geojson.GeoJsonPolygonStyle
- getZIndex() - function in com.google.maps.android.data.renderer.model.GroundOverlayStyle
- getZIndex() - function in com.google.maps.android.renderer.model.Circle
- Gets and sets the z-index of the map object.
- getZIndex() - function in com.google.maps.android.renderer.model.MapObject
- Gets and sets the z-index of the map object.
- getZIndex() - function in com.google.maps.android.renderer.model.Marker
- Gets and sets the z-index of the map object.
- getZIndex() - function in com.google.maps.android.renderer.model.Polygon
- Gets and sets the z-index of the map object.
- getZIndex() - function in com.google.maps.android.renderer.model.Polyline
- Gets and sets the z-index of the map object.
- GoogleMapRenderer - class in com.google.maps.android.renderer
- A Renderer implementation that draws to a GoogleMap.
- Gpx - class in com.google.maps.android.data.parser.gpx
- GpxMapper - class in com.google.maps.android.data.renderer.mapper
- A mapper class responsible for transforming GPX objects into the platform-agnostic DataScene model.
- GpxMapperKt - class in com.google.maps.android.data.renderer.mapper
- GpxParser - class in com.google.maps.android.data.parser.gpx
- A parser for GPX (GPS Exchange Format) files.
- GpxParser.Companion - class in com.google.maps.android.data.parser.gpx.GpxParser
- GroundOverlay - class in com.google.maps.android.data.parser.kml
- GroundOverlay - class in com.google.maps.android.data.renderer.model
- Represents a GroundOverlay geometry.
- GroundOverlayStyle - class in com.google.maps.android.data.renderer.model
- Represents the style for a GroundOverlay.