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  
DEFAULTLINK — Constant static property in class com.google.maps.Color
Color used for the 'Terms of Use' link.
DEFAULT_MAP_TYPES — Static property in class com.google.maps.MapType
Provides access to the list of default map types.
delayCall(call) — Method in class com.google.maps.Map
Delay a method call until the next frame.
descriptionHtml — Property in class com.google.maps.services.Step
An HTML string containing the description of this step.
directions — Property in class com.google.maps.services.DirectionsEvent
The Directions object that created this event.
Directions — Final class in package com.google.maps.services
A Directions object communicates with Google servers to obtain directions between two or more waypoints.
Directions(options:com.google.maps.services:DirectionsOptions) — Constructor in class com.google.maps.services.Directions
Constructs a Directions instance for performing directions requests and retrieving directions results.
DIRECTIONS_ABORTED — Constant static property in class com.google.maps.services.DirectionsEvent
Directions abort event ("directionsaborted").
DirectionsEvent — Final class in package com.google.maps.services
A DirectionsEvent object is dispatched into the event flow whenever a directions request completes.
DirectionsEvent(type, directions:com.google.maps.interfaces:IDirections, bubbles, cancellable) — Constructor in class com.google.maps.services.DirectionsEvent
Creates a DirectionsEvent object to pass as a parameter to event listeners.
DIRECTIONS_FAILURE — Constant static property in class com.google.maps.services.DirectionsEvent
Directions failure event ("directionsfailure").
DirectionsOptions — Class in package com.google.maps.services
DirectionsOptions specifies properties for configuring Directions instances.
DirectionsOptions(param) — Constructor in class com.google.maps.services.DirectionsOptions
Constructs a new DirectionsOptions object, optionally initializing it from an object.
DIRECTIONS_SUCCESS — Constant static property in class com.google.maps.services.DirectionsEvent
Directions succeeded event ("directionssuccess").
disableContinuousZoom() — Method in class com.google.maps.Map
Disables continuous smooth zooming.
disableContinuousZoom() — Method in interface com.google.maps.interfaces.IMap
Disables continuous smooth zooming.
disableControlByKeyboard() — Method in class com.google.maps.Map
Disables control by keyboard.
disableControlByKeyboard() — Method in interface com.google.maps.interfaces.IMap
Disables control by keyboard.
disableCrosshairs() — Method in class com.google.maps.Map
Disables the center crosshairs.
disableCrosshairs() — Method in interface com.google.maps.interfaces.IMap
Disables the center crosshairs.
disableDragging() — Method in class com.google.maps.Map
Disables dragging of the map.
disableDragging() — Method in interface com.google.maps.interfaces.IMap
Disables dragging of the map.
disableScrollWheelZoom() — Method in class com.google.maps.Map
Disables zooming using a mouse's scroll wheel.
disableScrollWheelZoom() — Method in interface com.google.maps.interfaces.IMap
Disables zooming using a mouse's scroll wheel.
distance — Property in interface com.google.maps.interfaces.IDirections
The total distance of this entire directions request in meters.
distance — Property in class com.google.maps.services.Directions
The total distance of this entire directions request in meters.
distance — Property in class com.google.maps.services.Route
The total distance of this route in meters.
distance — Property in class com.google.maps.services.Step
The total distance of this step in meters.
distanceFrom(other:com.google.maps:LatLng, opt_radius) — Method in class com.google.maps.LatLng
Returns the distance, in meters, from this point to the given point.
distanceHtml — Property in interface com.google.maps.interfaces.IDirections
The total distance of this entire directions request in a localized string representation in the units that are predominant in the starting country of this set of directions.
distanceHtml — Property in class com.google.maps.services.Directions
The total distance of this entire directions request in a localized string representation in the units that are predominant in the starting country of this set of directions.
distanceHtml — Property in class com.google.maps.services.Route
The total distance of this route in a localized string representation in the units that are predominant in the starting country of this set of directions.
distanceHtml — Property in class com.google.maps.services.Step
The total distance of this step in a localized string representation in the units that are predominant in the starting country of this set of directions.
DOUBLE_CLICK — Constant static property in class com.google.maps.MapMouseEvent
This event is fired when a double click is done on the map.
doubleClickMode — Property in class com.google.maps.MapOptions
A Number value that specifies the initial map double-click mode.
downState — Property in class com.google.maps.styles.ButtonStyle
Style of the button in the "down" state.
DRAG_END — Constant static property in class com.google.maps.MapMouseEvent
This event is fired when the user stops dragging the map.
draggable — Property in class com.google.maps.overlays.MarkerOptions
A Boolean value that specifies whether the marker can be dragged around the map.
dragging — Property in class com.google.maps.MapOptions
A Boolean value that indicates whether the map initially supports dragging.
draggingEnabled() — Method in class com.google.maps.Map
Checks whether dragging of the map is enabled.
draggingEnabled() — Method in interface com.google.maps.interfaces.IMap
Checks whether dragging of the map is enabled.
DRAG_START — Constant static property in class com.google.maps.MapMouseEvent
This event is fired when the user starts dragging the map.
DRAG_STEP — Constant static property in class com.google.maps.MapMouseEvent
This event is fired repeatedly while the user drags the map.
drawDefaultFrame — Property in class com.google.maps.InfoWindowOptions
A Boolean value indicating whether the default infowindow outline (including the default close button) should be drawn around the custom content specified through the customContent property.
duration — Property in interface com.google.maps.interfaces.IDirections
The total time of this entire directions request in seconds.
duration — Property in class com.google.maps.services.Directions
The total time of this entire directions request in seconds.
duration — Property in class com.google.maps.services.Route
The total time of this route in seconds.
duration — Property in class com.google.maps.services.Step
The total time of this step in seconds.
durationHtml — Property in interface com.google.maps.interfaces.IDirections
The total time of this entire directions request in a localized string representation.
durationHtml — Property in class com.google.maps.services.Directions
The total time of this entire directions request in a localized string representation.
durationHtml — Property in class com.google.maps.services.Route
The total time of this route in a localized string representation.
durationHtml — Property in class com.google.maps.services.Step
The total time of this step in a localized string representation.
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