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  
ACTION_NOTHING — Constant static property in class com.google.maps.MapAction
No action.
ACTION_PAN — Constant static property in class com.google.maps.MapAction
Pan action.
ACTION_PAN_ZOOM_IN — Constant static property in class com.google.maps.MapAction
Pan and zoom-in action.
ACTION_ZOOM_IN — Constant static property in class com.google.maps.MapAction
Zoom-in action.
addControl(control:com.google.maps.interfaces:IControl) — Method in class com.google.maps.Map
Registers a new control.
addControl(control:com.google.maps.interfaces:IControl) — Method in interface com.google.maps.interfaces.IMap
Registers a new control.
addCopyright(copyright:com.google.maps:Copyright) — Method in class com.google.maps.CopyrightCollection
Adds the given copyright to the collection, returning true if the copyright was new and was added or false if the copyright was a duplicate and ignored.
addCopyright(copyright:com.google.maps:Copyright) — Method in interface com.google.maps.interfaces.ICopyrightCollection
Adds the given copyright to the collection, returning true if the copyright was new and was added or false if the copyright was a duplicate and ignored.
addMapType(newMapType:com.google.maps.interfaces:IMapType) — Method in class com.google.maps.Map
Registers a new map type.
addMapType(newMapType:com.google.maps.interfaces:IMapType) — Method in interface com.google.maps.interfaces.IMap
Registers a new map type.
addOverlay(overlay:com.google.maps.interfaces:IOverlay) — Method in class com.google.maps.Map
Adds an overlay to the map.
addOverlay(overlay:com.google.maps.interfaces:IOverlay) — Method in interface com.google.maps.interfaces.IMap
Adds an overlay to the map.
addOverlay(overlay:com.google.maps.interfaces:IOverlay) — Method in interface com.google.maps.interfaces.IPane
Adds an overlay to the pane.
address — Property in class com.google.maps.services.Placemark
Full address for the placemark.
addressDetails — Property in class com.google.maps.services.Placemark
Address details object.
ALIGN_BOTTOM — Constant static property in class com.google.maps.overlays.MarkerOptions
Align object to the bottom
ALIGN_CENTER — Constant static property in class com.google.maps.InfoWindowOptions
ALIGN_HORIZONTAL_CENTER — Constant static property in class com.google.maps.overlays.MarkerOptions
Align object to the center (horizontally)
ALIGN_HORIZONTALLY — Constant static property in class com.google.maps.controls.MapTypeControlOptions
Align buttons horizontally
ALIGN_LEFT — Constant static property in class com.google.maps.InfoWindowOptions
ALIGN_LEFT — Constant static property in class com.google.maps.overlays.MarkerOptions
Align object to the left
ALIGN_RIGHT — Constant static property in class com.google.maps.InfoWindowOptions
ALIGN_RIGHT — Constant static property in class com.google.maps.overlays.MarkerOptions
Align object to the right
ALIGN_TOP — Constant static property in class com.google.maps.overlays.MarkerOptions
Align object to the top
ALIGN_VERTICAL_CENTER — Constant static property in class com.google.maps.overlays.MarkerOptions
Align object to the center (vertically)
ALIGN_VERTICALLY — Constant static property in class com.google.maps.controls.MapTypeControlOptions
Align buttons vertically
alpha — Property in class com.google.maps.styles.FillStyle
A Number value that specifies the fill alpha.
alpha — Property in class com.google.maps.styles.StrokeStyle
A Number value that specifies the stroke alpha.
Alpha — Final class in package com.google.maps
Alpha (opacity) constants.
alphas — Property in class com.google.maps.styles.GradientStyle
An array of type Number, each of which is an alpha value matched with a corresponding element in the colors Array.
alt — Property in class com.google.maps.MapTypeOptions
Alternative text.
altKey — Property in class com.google.maps.MapMouseEvent
Whether the Alt key was pressed.
ANCHOR_BOTTOM_LEFT — Constant static property in class com.google.maps.controls.ControlPosition
The control will be anchored in the bottom left corner of the map.
ANCHOR_BOTTOM_RIGHT — Constant static property in class com.google.maps.controls.ControlPosition
The control will be anchored in the bottom right corner of the map.
ANCHOR_TOP_LEFT — Constant static property in class com.google.maps.controls.ControlPosition
The control will be anchored in the top left corner of the map.
ANCHOR_TOP_RIGHT — Constant static property in class com.google.maps.controls.ControlPosition
The control will be anchored in the top right corner of the map.
angleFrom(other:com.google.maps:LatLng) — Method in class com.google.maps.LatLng
Returns the angle (radians) between this point and the given point.
avoidHighways — Property in class com.google.maps.services.DirectionsOptions
A Boolean value that determines whether or not to attempt to exclude highways when forming the directions.
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