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  
data — Property, class com.distriqt.extension.nativemaps.events.NativeMapEvent
This field contains any extra data attached to the map event.
decode(encodedPath:String) — Static Method , class com.distriqt.extension.nativemaps.utils.PolyUtil
Not yet implemented
DENIED — Constant Static Property, class com.distriqt.extension.nativemaps.AuthorisationStatus
User has explicitly denied this application access to location data
destroyMap() — method, class com.distriqt.extension.nativemaps.NativeMaps
Destroys and removes the native map object from the view You should call this method when you change views or are finished displaying the map object.
DIRECTIONS_BIKING — Constant Static Property, class com.distriqt.extension.nativemaps.objects.MapApplicationOpenOptions
Biking/cycling directions mode.
DIRECTIONS_DRIVING — Constant Static Property, class com.distriqt.extension.nativemaps.objects.MapApplicationOpenOptions
Driving directions mode
directionsType — Property, class com.distriqt.extension.nativemaps.objects.MapApplicationOpenOptions
The directions type This should be one of the following: MapApplicationOpenOptions.DIRECTIONS_DRIVING MapApplicationOpenOptions.DIRECTIONS_BIKING (only on Android) MapApplicationOpenOptions.DIRECTIONS_WALKING Biking/cycling directions mode is not available on iOS and will default to DRIVING mode.
DIRECTIONS_WALKING — Constant Static Property, class com.distriqt.extension.nativemaps.objects.MapApplicationOpenOptions
Walking directions mode
dispatchCapturedBitmap() — method, class com.distriqt.extension.nativemaps.NativeMaps
dispose() — method, class com.distriqt.extension.nativemaps.NativeMaps
Disposes the extension and releases any allocated resources.
dispose() — method, class com.distriqt.extension.nativemaps.objects.CustomMarkerIcon
Disposes any current image bitmap data stored.
dispose() — method, class com.distriqt.extension.nativemaps.objects.MapMarker
DRAG_END — Constant Static Property, class com.distriqt.extension.nativemaps.events.NativeMapTouchEvent
draggable — Property, class com.distriqt.extension.nativemaps.objects.MapMarker
Defines whether the marker is draggable by the user.
DRAG_START — Constant Static Property, class com.distriqt.extension.nativemaps.events.NativeMapTouchEvent
drawMapToBitmapData() — method, class com.distriqt.extension.nativemaps.NativeMaps
This method is deprecated. You should use the requestMapBitmapData() method and wait for the NativeMapBitmapEvent.READY event to retrieve the bitmap data. Returns a new BitmapData object of the current map view frame NOTE: This is only available on iOS.
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