A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
g — Property in class com.google.maps.Color
Green component, in the range [0,255].
GEO_ABORTED_REQUEST — Constant static property in class com.google.maps.services.ServiceStatus
Status code indicating that the request was aborted due to a newer request.
GEO_BAD_KEY — Constant static property in class com.google.maps.services.ServiceStatus
Status code indicating a missing or invalid API key.
GEO_BAD_REQUEST — Constant static property in class com.google.maps.services.ServiceStatus
Status code indicating that the request could not be processed properly by the servers.
GEO_BAD_STATUS_START — Constant static property in class com.google.maps.services.ServiceStatus
The lower numerical limit of bad status codes.
geocode(address) — Method in interface com.google.maps.interfaces.IClientGeocoder
Initiates a geocoding request.
geocode(address) — Method in class com.google.maps.services.ClientGeocoder
Initiates a geocoding request.
GeocodingEvent — Final class in package com.google.maps.services
A GeocodingEvent object is dispatched into the event flow whenever a geocoding request completes.
GeocodingEvent(type, bubbles, cancellable) — Constructor in class com.google.maps.services.GeocodingEvent
Creates a GeocodingEvent object to pass as a parameter to event listeners.
GEOCODING_FAILURE — Constant static property in class com.google.maps.services.GeocodingEvent
Geocoding failure event ("geocodingfailure").
GeocodingResponse — Dynamic class in package com.google.maps.services
A GeocodingResponse object represents the result of a geocoding operation returned by the server.
GeocodingResponse() — Constructor in class com.google.maps.services.GeocodingResponse
Constructor for GeocodingResponse object.
GEOCODING_SUCCESS — Constant static property in class com.google.maps.services.GeocodingEvent
Geocoding succeeded event ("geocodingsuccess").
geodesic — Property in class com.google.maps.overlays.PolylineOptions
A Boolean value that specifies whether this is a geodesic polyline.
GEO_MISSING_ADDRESS — Constant static property in class com.google.maps.services.ServiceStatus
Status code indicating that the address parameter is missing.
GEO_MISSING_QUERY — Constant static property in class com.google.maps.services.ServiceStatus
Status code indicating that the query parameter is missing.
GEO_SERVER_ERROR — Constant static property in class com.google.maps.services.ServiceStatus
Status code indicating problem with the geocode server.
GEO_SUCCESS — Constant static property in class com.google.maps.services.ServiceStatus
Status code indicating a successful geocoding query.
GEO_TOO_MANY_QUERIES — Constant static property in class com.google.maps.services.ServiceStatus
Status indicating that we received too many requests in the 24h period.
GEO_UNAVAILABLE_ADDRESS — Constant static property in class com.google.maps.services.ServiceStatus
Status indicating that for legal or other reasons we may not return a reply to this particular query.
GEO_UNKNOWN_ADDRESS — Constant static property in class com.google.maps.services.ServiceStatus
Status code indicating an unknown or incorrect address.
GEO_UNKNOWN_DIRECTIONS — Constant static property in class com.google.maps.services.ServiceStatus
Status code indicating that no directions could be computed.
getAlpha() — Method in class com.google.maps.TileLayerBase
Returns the opacity (alpha value) of this tile layer.
getAlpha() — Method in interface com.google.maps.interfaces.ITileLayer
Returns the opacity/alpha of the movie clip for the tile layer.
getAlt() — Method in class com.google.maps.MapType
Returns the text of the hint that is displayed when the user hovers over a control that allows selection of this map type.
getAlt() — Method in interface com.google.maps.interfaces.IMapType
Returns the text of the hint that is displayed when the user hovers over a control that allows selection of this map type.
getAnchor() — Method in class com.google.maps.controls.ControlPosition
Retrieves the anchor identifier.
getBaseEventDispatcher() — Method in interface com.google.maps.interfaces.IWrappableEventDispatcher
Retrieves the base event dispatcher object that allows access to event dispatching capability for cross-domain objects.
getBounds() — Method in class com.google.maps.Copyright
Retrieves the spatial extent of the copyright.
getBoundsZoomLevel(bounds:com.google.maps:LatLngBounds) — Method in class com.google.maps.Map
Returns the highest resolution zoom level at which the given rectangular region fits in the map view.
getBoundsZoomLevel(bounds:com.google.maps:LatLngBounds, viewSize) — Method in class com.google.maps.MapType
Returns the highest resolution zoom level required to show the given lat/lng bounds in a map of the given pixel size.
getBoundsZoomLevel(bounds:com.google.maps:LatLngBounds) — Method in interface com.google.maps.interfaces.IMap
Returns the highest resolution zoom level at which the given rectangular region fits in the map view.
getBoundsZoomLevel(bounds:com.google.maps:LatLngBounds, viewSize) — Method in interface com.google.maps.interfaces.IMapType
Returns the highest resolution zoom level required to show the given lat/lng bounds in a map of the given pixel size.
getCenter() — Method in class com.google.maps.LatLngBounds
Computes the center of this LatLngBounds
getCenter() — Method in class com.google.maps.Map
Retrieves coordinates of the center in the map view control.
getCenter() — Method in interface com.google.maps.interfaces.IMap
Retrieves coordinates of the center in the map view control.
getControlPosition() — Method in class com.google.maps.controls.ControlBase
Retrieves the control position.
getControlPosition() — Method in class com.google.maps.controls.MapTypeControl
Retrieves the control position.
getControlPosition() — Method in class com.google.maps.controls.OverviewMapControl
Retrieves the control position.
getControlPosition() — Method in class com.google.maps.controls.PositionControl
Retrieves the control position.
getControlPosition() — Method in class com.google.maps.controls.ScaleControl
Retrieves the control position.
getControlPosition() — Method in class com.google.maps.controls.ZoomControl
Retrieves the control position.
getControlPosition() — Method in interface com.google.maps.interfaces.IControl
Retrieves the control position.
getCopyrightCollection() — Method in class com.google.maps.TileLayerBase
Retrieves the copyright collection responsible for handling copyright for this tile layer.
getCopyrightCollection() — Method in interface com.google.maps.interfaces.ITileLayer
Retrieves the copyright collection responsible for handling copyright for this tile layer.
getCopyrightNotice(bounds:com.google.maps:LatLngBounds, zoom) — Method in class com.google.maps.CopyrightCollection
Returns a CopyrightNotice instance for the given viewport.
getCopyrightNotice(bounds:com.google.maps:LatLngBounds, zoom) — Method in interface com.google.maps.interfaces.ICopyrightCollection
Returns a CopyrightNotice instance for the given viewport.
getCopyrights(bounds:com.google.maps:LatLngBounds, zoom) — Method in class com.google.maps.CopyrightCollection
Retrieves an array of elements of type String, which comprises the copyright text that we should display for the given viewport.
getCopyrights(bounds:com.google.maps:LatLngBounds, zoom) — Method in class com.google.maps.MapType
Returns an array of copyright notices for the given bounds and zoom level.
getCopyrights(bounds:com.google.maps:LatLngBounds, zoom) — Method in interface com.google.maps.interfaces.ICopyrightCollection
Retrieves an array of elements of type String, which comprises the copyright text that we should display for the given viewport.
getCopyrights(bounds:com.google.maps:LatLngBounds, zoom) — Method in interface com.google.maps.interfaces.IMapType
Returns an array of copyright notices for the given bounds and zoom level.
getCopyrightsAtLatLng(latLng:com.google.maps:LatLng) — Method in class com.google.maps.CopyrightCollection
Returns an array of elements of type Copyright, which are the copyrights pertaining to the specified location.
getCopyrightsAtLatLng(latLng:com.google.maps:LatLng) — Method in interface com.google.maps.interfaces.ICopyrightCollection
Returns an array of elements of type Copyright, which are the copyrights pertaining to the specified location.
getCurrentMapType() — Method in class com.google.maps.Map
Retrieves the current map type.
getCurrentMapType() — Method in interface com.google.maps.interfaces.IMap
Retrieves the current map type.
getDefaultOptions() — Static method in class com.google.maps.InfoWindowOptions
Retrieves the InfoWindowOptions instance that represents the default set of options that applies to all info windows.
getDefaultOptions() — Static method in class com.google.maps.MapTypeOptions
Retrieves the MapTypeOptions instance that represents the default set of options that applies to all map types.
getDefaultOptions() — Static method in class com.google.maps.overlays.GroundOverlayOptions
Retrieves the GroundOverlayOptions instance that represents the default set of options that applies to all ground overlays.
getDefaultOptions() — Static method in class com.google.maps.overlays.MarkerOptions
Retrieves the MarkerOptions instance that represents the default set of options that applies to all markers.
getDefaultOptions() — Static method in class com.google.maps.overlays.PolygonOptions
Retrieves the PolygonOptions instance that represents the default set of options that applies to all polygons.
getDefaultOptions() — Static method in class com.google.maps.overlays.PolylineOptions
Retrieves the PolylineOptions instance that represents the default set of options that applies to all polylines.
getDefaultPane(map:com.google.maps.interfaces:IMap) — Method in interface com.google.maps.interfaces.IOverlay
Retrieves the default pane that this overlay should be placed on if none is explicitly specified (when the overlay is added through the IMap.addOverlay() call).
getDefaultPane(map:com.google.maps.interfaces:IMap) — Method in class com.google.maps.overlays.GroundOverlay
Retrieves the default pane that this overlay should be placed on if none is explicitly specified (when the overlay is added through the IMap.addOverlay() call).
getDefaultPane(map:com.google.maps.interfaces:IMap) — Method in class com.google.maps.overlays.Marker
Retrieves the default pane that this overlay should be placed on if none is explicitly specified (when the overlay is added through the IMap.addOverlay() call).
getDefaultPane(map:com.google.maps.interfaces:IMap) — Method in class com.google.maps.overlays.OverlayBase
Determines the pane that the overlay is placed on when it is added to the map through the Map.addOverlay() call.
This method must be overloaded for the Map.addOverlay() call to function correctly.
getDefaultPane(map:com.google.maps.interfaces:IMap) — Method in class com.google.maps.overlays.Polygon
Retrieves the default pane that this overlay should be placed on if none is explicitly specified (when the overlay is added through the IMap.addOverlay() call).
getDefaultPane(map:com.google.maps.interfaces:IMap) — Method in class com.google.maps.overlays.Polyline
Retrieves the default pane that this overlay should be placed on if none is explicitly specified (when the overlay is added through the IMap.addOverlay() call).
getDefaultPane(map:com.google.maps.interfaces:IMap) — Method in class com.google.maps.overlays.TileLayerOverlay
Retrieves the default pane that this overlay should be placed on if none is explicitly specified (when the overlay is added through the IMap.addOverlay() call).
getDisplayObject() — Method in class com.google.maps.Map
Retrieves the display object that represents the map.
getDisplayObject() — Method in class com.google.maps.controls.ControlBase
Retrieves the control's display object (typically, the control itself).
getDisplayObject() — Method in class com.google.maps.controls.MapTypeControl
Retrieves the control's display object (often this would be the control object itself, but potentially be a different object if the control contains a sprite rather than extending it).
getDisplayObject() — Method in class com.google.maps.controls.OverviewMapControl
Retrieves the control's display object (often this would be the control object itself, but potentially be a different object if the control contains a sprite rather than extending it).
getDisplayObject() — Method in class com.google.maps.controls.PositionControl
Retrieves the control's display object (often this would be the control object itself, but potentially be a different object if the control contains a sprite rather than extending it).
getDisplayObject() — Method in class com.google.maps.controls.ScaleControl
Retrieves the control's display object (often this would be the control object itself, but potentially be a different object if the control contains a sprite rather than extending it).
getDisplayObject() — Method in class com.google.maps.controls.ZoomControl
Retrieves the control's display object (often this would be the control object itself, but potentially be a different object if the control contains a sprite rather than extending it).
getDisplayObject() — Method in interface com.google.maps.interfaces.IControl
Retrieves the control's display object (often this would be the control object itself, but potentially be a different object if the control contains a sprite rather than extending it).
getDisplayObject() — Method in interface com.google.maps.interfaces.IMap
Retrieves the display object that represents the map.
getDoubleClickMode() — Method in class com.google.maps.Map
Get the mouse double click mode.
getDoubleClickMode() — Method in interface com.google.maps.interfaces.IMap
Get the mouse double click mode.
getEast() — Method in class com.google.maps.LatLngBounds
Returns the east longitude of this bounds.
getErrorMessage() — Method in class com.google.maps.MapType
Returns the text to be displayed if a tile fails to download.
getErrorMessage() — Method in interface com.google.maps.interfaces.IMapType
Returns the text to be displayed if a tile fails to download.
getGeocode(i) — Method in interface com.google.maps.interfaces.IDirections
Return the geocoded result for the ith waypoint.
getGeocode(i) — Method in class com.google.maps.services.Directions
Return the geocoded result for the ith waypoint.
getId() — Method in class com.google.maps.Copyright
Retrieves the copyright id.
getImplementationVersion() — Method in class com.google.maps.Map
Gets the version of the implementation library SWF.
getImplementationVersion() — Method in interface com.google.maps.interfaces.IMap
Gets the version of the implementation library SWF.
getInnerPolylineCount() — Method in interface com.google.maps.interfaces.IPolygon
Returns the number of polylines that make up the inner boundaries of this polygon.
getInnerPolylineCount() — Method in class com.google.maps.overlays.Polygon
Returns the number of polylines that make up the inner boundaries of this polygon.
getInnerVertex(line, index) — Method in interface com.google.maps.interfaces.IPolygon
Returns the LatLng of the vertex with the specified index from the specified inner polyline boundary.
getInnerVertex(line, index) — Method in class com.google.maps.overlays.Polygon
Returns the LatLng of the vertex with the specified index from the specified inner polyline boundary.
getInnerVertexCount(line) — Method in interface com.google.maps.interfaces.IPolygon
Returns the number of vertices in a specified inner line.
getInnerVertexCount(line) — Method in class com.google.maps.overlays.Polygon
Returns the number of vertices in a specified inner line.
getInterfaceVersion() — Method in class com.google.maps.Map
Retrieves the version of the client interface.
getLatLng() — Method in interface com.google.maps.interfaces.IMarker
Retrieves the location of the marker.
getLatLng() — Method in class com.google.maps.overlays.Marker
Retrieves the location of the marker.
getLatLngBounds() — Method in class com.google.maps.Map
Returns the the visible rectangular region of the map view in geographical coordinates.
getLatLngBounds() — Method in interface com.google.maps.interfaces.IMap
Returns the the visible rectangular region of the map view in geographical coordinates.
getLatLngBounds() — Method in interface com.google.maps.interfaces.IPolygon
Returns the LatLngBounds of this polygon, or null if the polygon contains no points.
getLatLngBounds() — Method in interface com.google.maps.interfaces.IPolyline
Returns the LatLngBounds of this polyline or a subsequence of this polyline.
getLatLngBounds() — Method in class com.google.maps.overlays.Polygon
Returns the LatLngBounds of this polygon, or null if the polygon contains no points.
getLatLngBounds() — Method in class com.google.maps.overlays.Polyline
Returns the LatLngBounds of this polyline or a subsequence of this polyline.
getLength(opt_radius) — Method in interface com.google.maps.interfaces.IPolyline
Returns the length (in meters) of the polyline along the surface of a spherical Earth.
getLength(opt_radius) — Method in class com.google.maps.overlays.Polyline
Returns the length (in meters) of the polyline along the surface of a spherical Earth.
getLinkColor() — Method in class com.google.maps.MapType
If a control displays a link above the map, returns the color we should use.
getLinkColor() — Method in interface com.google.maps.interfaces.IMapType
If a control displays a link above the map, returns the color we should use.
getMapType() — Method in class com.google.maps.TileLayerBase
Retrieves the map type for this tile layer.
getMapTypes() — Method in class com.google.maps.Map
Retrieves the list of the map types available for the location.
getMapTypes() — Method in interface com.google.maps.interfaces.IMap
Retrieves the list of the map types available for the location.
getMaximumResolution(opt_point:com.google.maps:LatLng) — Method in class com.google.maps.MapType
Returns the zoom level of the maximum resolution supported by this map type.
getMaximumResolution(opt_point:com.google.maps:LatLng) — Method in interface com.google.maps.interfaces.IMapType
Returns the zoom level of the maximum resolution supported by this map type.
getMaxResolution() — Method in class com.google.maps.TileLayerBase
Returns the finest zoom level.
getMaxResolution() — Method in interface com.google.maps.interfaces.ITileLayer
Returns the finest zoom level.
getMaxResolutionOverride() — Method in class com.google.maps.MapType
Returns the max resolution override.
getMaxResolutionOverride() — Method in interface com.google.maps.interfaces.IMapType
Returns the max resolution override.
getMaxZoom() — Method in class com.google.maps.Copyright
Retrieves the maximum zoom level that applies to the copyright.
getMaxZoomLevel(opt_mapType:com.google.maps.interfaces:IMapType, opt_point:com.google.maps:LatLng) — Method in class com.google.maps.Map
Retrieves the maximum zoom level.
getMaxZoomLevel(opt_mapType:com.google.maps.interfaces:IMapType, opt_point:com.google.maps:LatLng) — Method in interface com.google.maps.interfaces.IMap
Retrieves the maximum zoom level.
getMinimumResolution(opt_point:com.google.maps:LatLng) — Method in class com.google.maps.MapType
Returns the zoom level of the minimum resolution supported by this map type.
getMinimumResolution(opt_point:com.google.maps:LatLng) — Method in interface com.google.maps.interfaces.IMapType
Returns the zoom level of the minimum resolution supported by this map type.
getMinResolution() — Method in class com.google.maps.TileLayerBase
Returns the coarsest zoom level.
getMinResolution() — Method in interface com.google.maps.interfaces.ITileLayer
Returns the coarsest zoom level.
getMinZoom() — Method in class com.google.maps.Copyright
Retrieves the minimum zoom level that applies to the copyright.
getMinZoomLevel(opt_mapType:com.google.maps.interfaces:IMapType, opt_point:com.google.maps:LatLng) — Method in class com.google.maps.Map
Retrieves the minimum zoom level.
getMinZoomLevel(opt_mapType:com.google.maps.interfaces:IMapType, opt_point:com.google.maps:LatLng) — Method in interface com.google.maps.interfaces.IMap
Retrieves the minimum zoom level.
getName(opt_short) — Method in class com.google.maps.MapType
Retrieves the map type name.
getName(opt_short) — Method in interface com.google.maps.interfaces.IMapType
Retrieves the map type name.
getNorth() — Method in class com.google.maps.LatLngBounds
Returns the north latitude of this bounds.
getNorthEast() — Method in class com.google.maps.LatLngBounds
Returns the north-east corner of this bounds.
getNorthWest() — Method in class com.google.maps.LatLngBounds
Returns the north-west corner of this bounds.
getOffsetX() — Method in class com.google.maps.controls.ControlPosition
Retrieves the horizontal offset.
getOffsetY() — Method in class com.google.maps.controls.ControlPosition
Retrieves the vertical offset.
getOptions() — Method in class com.google.maps.Map
Retrieves the full set of options used by the map.
getOptions() — Method in interface com.google.maps.interfaces.IClientGeocoder
Retrieves the geocoder object's options.
getOptions() — Method in interface com.google.maps.interfaces.IDirections
Retrieves the directions object's options.
getOptions() — Method in interface com.google.maps.interfaces.IGroundOverlay
Retrieves the full set of options used by the ground overlay.
getOptions() — Method in interface com.google.maps.interfaces.IMap
Retrieves the full set of options used by the map.
getOptions() — Method in interface com.google.maps.interfaces.IMarker
Retrieves the full set of options used by the marker.
getOptions() — Method in interface com.google.maps.interfaces.IPolygon
Retrieves the polygon's options.
getOptions() — Method in interface com.google.maps.interfaces.IPolyline
Retrieves the polyline's options.
getOptions() — Method in class com.google.maps.overlays.GroundOverlay
Retrieves the full set of options used by the ground overlay.
getOptions() — Method in class com.google.maps.overlays.Marker
Retrieves the full set of options used by the marker.
getOptions() — Method in class com.google.maps.overlays.Polygon
Retrieves the polygon's options.
getOptions() — Method in class com.google.maps.overlays.Polyline
Retrieves the polyline's options.
getOptions() — Method in class com.google.maps.services.ClientGeocoder
Retrieves the geocoder object's options.
getOptions() — Method in class com.google.maps.services.Directions
Retrieves the directions object's options.
getOuterVertex(index) — Method in interface com.google.maps.interfaces.IPolygon
Returns the vertex from the outer boundary with the specified index.
getOuterVertex(index) — Method in class com.google.maps.overlays.Polygon
Returns the vertex from the outer boundary with the specified index.
getOuterVertexCount() — Method in interface com.google.maps.interfaces.IPolygon
Returns the number of vertices in the outer line.
getOuterVertexCount() — Method in class com.google.maps.overlays.Polygon
Returns the number of vertices in the outer line.
getPaneAt(index) — Method in interface com.google.maps.interfaces.IPaneManager
Retrieves the pane by its relative position.
getPaneById(paneId) — Method in interface com.google.maps.interfaces.IPaneManager
Retrieves the pane by the pane's id.
getPaneIndex(pane:com.google.maps.interfaces:IPane) — Method in interface com.google.maps.interfaces.IPaneManager
Retrieves the depth index of the pane.
getPaneManager() — Method in class com.google.maps.Map
Retrieves the pane manager for the map.
getPaneManager() — Method in interface com.google.maps.interfaces.IMap
Retrieves the pane manager for the map.
getPrefix() — Method in class com.google.maps.CopyrightNotice
Retrieves the copyright prefix.
getProjection() — Method in class com.google.maps.Map
Returns the projection being applied to the map.
getProjection() — Method in class com.google.maps.MapType
Retrieves the map type projection.
getProjection() — Method in interface com.google.maps.interfaces.IMap
Returns the projection being applied to the map.
getProjection() — Method in interface com.google.maps.interfaces.IMapType
Retrieves the map type projection.
getRadius() — Method in class com.google.maps.MapType
Returns the radius of the planet for which this map type is defined.
getRadius() — Method in interface com.google.maps.interfaces.IMapType
Returns the radius of the planet for which this map type is defined.
getRoute(i) — Method in interface com.google.maps.interfaces.IDirections
Return the Route object for the ith route in the response.
getRoute(i) — Method in class com.google.maps.services.Directions
Return the Route object for the ith route in the response.
getSize() — Method in class com.google.maps.Map
Retrieves the map view size.
getSize() — Method in class com.google.maps.controls.ControlBase
Retrieves the control's size.
getSize() — Method in class com.google.maps.controls.MapTypeControl
Retrieves the control's size.
getSize() — Method in class com.google.maps.controls.OverviewMapControl
Retrieves the control's size.
getSize() — Method in class com.google.maps.controls.PositionControl
Retrieves the control's size.
getSize() — Method in class com.google.maps.controls.ScaleControl
Retrieves the control's size.
getSize() — Method in class com.google.maps.controls.ZoomControl
Retrieves the control's size.
getSize() — Method in interface com.google.maps.interfaces.IControl
Retrieves the control's size.
getSize() — Method in interface com.google.maps.interfaces.IMap
Retrieves the map view size.
getSouth() — Method in class com.google.maps.LatLngBounds
Returns the south latitude of this bounds.
getSouthEast() — Method in class com.google.maps.LatLngBounds
Returns the south-east corner of this bounds.
getSouthWest() — Method in class com.google.maps.LatLngBounds
Returns the south-west corner of this bounds.
getSpanZoomLevel(center:com.google.maps:LatLng, span:com.google.maps:LatLng, viewSize) — Method in class com.google.maps.MapType
Returns the highest resolution zoom level required to show the given lat/lng span with the given center point.
getSpanZoomLevel(center:com.google.maps:LatLng, span:com.google.maps:LatLng, viewSize) — Method in interface com.google.maps.interfaces.IMapType
Returns the highest resolution zoom level required to show the given lat/lng span with the given center point.
getStep(i) — Method in class com.google.maps.services.Route
The Step object for the ith step in this route.
getText() — Method in class com.google.maps.Copyright
Retrieves the copyright text.
getTextColor() — Method in class com.google.maps.MapType
If controls are textual, returns the appropriate color to display the text.
getTextColor() — Method in interface com.google.maps.interfaces.IMapType
If controls are textual, returns the appropriate color to display the text.
getTexts() — Method in class com.google.maps.CopyrightNotice
Retrieves the array of copyright texts.
getTileLayers() — Method in class com.google.maps.MapType
Gets the list of tile layers for this map type.
getTileLayers() — Method in interface com.google.maps.interfaces.IMapType
Gets the list of tile layers for this map type.
getTileSize() — Method in class com.google.maps.MapType
Gets the tile size for this map type.
getTileSize() — Method in interface com.google.maps.interfaces.IMapType
Gets the tile size for this map type.
getUrlArg() — Method in class com.google.maps.MapType
Returns a string that may be used as a URL parameter to identify this map type in permalinks to the current map view.
getUrlArg() — Method in interface com.google.maps.interfaces.IMapType
Returns a string that may be used as a URL parameter to identify this map type in permalinks to the current map view.
getVertex(index) — Method in interface com.google.maps.interfaces.IPolyline
Returns the vertex with the specified index.
getVertex(index) — Method in class com.google.maps.overlays.Polyline
Returns the vertex with the specified index.
getVertexCount() — Method in interface com.google.maps.interfaces.IPolyline
Returns the number of vertices in this polyline.
getVertexCount() — Method in class com.google.maps.overlays.Polyline
Returns the number of vertices in this polyline.
getViewportBounds() — Method in interface com.google.maps.interfaces.IPane
Retrieves the bounds of the viewport in the pane's coordinate system.
getWest() — Method in class com.google.maps.LatLngBounds
Returns the west longitude of this bounds.
getWrapWidth(zoom) — Method in class com.google.maps.ProjectionBase
Returns the map periodicity in the x-direction: the number of pixels after which the map repeats itself because it wraps around the earth.
getWrapWidth(zoom) — Method in interface com.google.maps.interfaces.IProjection
Returns to the map the periodicity in x-direction, i.e.
getZoom() — Method in class com.google.maps.Map
Retrieves the map zoom level.
getZoom() — Method in interface com.google.maps.interfaces.IMap
Retrieves the map zoom level.
gradient — Property in class com.google.maps.styles.FillStyle
Gradient fill style.
GradientStyle — Class in package com.google.maps.styles
Class GradientStyle specifies a set of parameters for drawing gradient backgrounds of graphical objects.
GradientStyle(params) — Constructor in class com.google.maps.styles.GradientStyle
Constructs a new GradientStyle instance, optionally initializing it from an object.
gravity — Property in class com.google.maps.overlays.MarkerOptions
A Number value that specifies marker gravity factor.
GRAY1 — Constant static property in class com.google.maps.Color
GRAY10 — Constant static property in class com.google.maps.Color
GRAY11 — Constant static property in class com.google.maps.Color
GRAY12 — Constant static property in class com.google.maps.Color
GRAY13 — Constant static property in class com.google.maps.Color
GRAY14 — Constant static property in class com.google.maps.Color
GRAY15 — Constant static property in class com.google.maps.Color
GRAY2 — Constant static property in class com.google.maps.Color
GRAY3 — Constant static property in class com.google.maps.Color
GRAY4 — Constant static property in class com.google.maps.Color
GRAY5 — Constant static property in class com.google.maps.Color
GRAY6 — Constant static property in class com.google.maps.Color
GRAY7 — Constant static property in class com.google.maps.Color
GRAY8 — Constant static property in class com.google.maps.Color
GRAY9 — Constant static property in class com.google.maps.Color
GREEN — Constant static property in class com.google.maps.Color
GroundOverlay — Class in package com.google.maps.overlays
GroundOverlays are images laid out over the map content whose corners are located with latitude/longitude pairs.
GroundOverlay(content, bounds:com.google.maps:LatLngBounds, options:com.google.maps.overlays:GroundOverlayOptions) — Constructor in class com.google.maps.overlays.GroundOverlay
Constructs a new GroundOverlay instance, using the specified options.
GroundOverlayOptions — Class in package com.google.maps.overlays
GroundOverlayOptions class specifies a set of rendering parameters for a GroundOverlay.
GroundOverlayOptions(param) — Constructor in class com.google.maps.overlays.GroundOverlayOptions
Constructs a new GroundOverlayOptions object, optionally initializing it from an object.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z