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  
MapApplicationOpenOptions — class, package com.distriqt.extension.nativemaps.objects
Options class for specifying options to pass to the native map application when opening.
MapApplicationOpenOptions() — Constructor, class com.distriqt.extension.nativemaps.objects.MapApplicationOpenOptions
Constructor
MAP_CREATED — Constant Static Property, class com.distriqt.extension.nativemaps.events.NativeMapEvent
Dispatched when the map is created.
mapExists() — method, class com.distriqt.extension.nativemaps.NativeMaps
Returns true or false if the map has been created
MAP_LOAD_COMPLETE — Constant Static Property, class com.distriqt.extension.nativemaps.events.NativeMapEvent
Dispatched when the map begins loading Note that loading/render events will be dispatched often when the map is being moved/panned/zoomed. This event is not always reliable, in that it may not be dispatched when map tiles were cached previously, and is only supported on iOS.
MAP_LOAD_FAILED — Constant Static Property, class com.distriqt.extension.nativemaps.events.NativeMapEvent
Dispatched when the map fails to load properly.
MAP_LOAD_START — Constant Static Property, class com.distriqt.extension.nativemaps.events.NativeMapEvent
Dispatched when the map begins loading Note that loading/render events will be dispatched often when the map is being moved/panned/zoomed. Use MAP_RENDER_START instead for reliability, MAP_LOAD_START is not available on Android Available on iOS only, not supported on Android
MapMarker — class, package com.distriqt.extension.nativemaps.objects
This class defines a Map Marker object used by the native maps extension
MapMarker(name:String, position:com.distriqt.extension.nativemaps.objects:LatLng, title:String, info:String, colour:uint, draggable:Boolean, infoWindowEnabled:Boolean, animatesDrop:Boolean, showInfoWindowButton:Boolean, customIconId:String) — Constructor, class com.distriqt.extension.nativemaps.objects.MapMarker
Constructor
MapMarkerColour — class, package com.distriqt.extension.nativemaps.objects
A class containing possible values for the colour of a map marker.
MAP_MOVE_COMPLETE — Constant Static Property, class com.distriqt.extension.nativemaps.events.NativeMapEvent
Dispatched when the map has completed moving or panning.
mapOptions — Property, class com.distriqt.extension.nativemaps.NativeMaps
MapOptions — class, package com.distriqt.extension.nativemaps.objects
Map Options utility class for setting options on the native map extension.
MapOptions() — Constructor, class com.distriqt.extension.nativemaps.objects.MapOptions
Constructor
MAP_RENDER_COMPLETE — Constant Static Property, class com.distriqt.extension.nativemaps.events.NativeMapEvent
Dispatched when the map finishes rendering.
MAP_RENDER_START — Constant Static Property, class com.distriqt.extension.nativemaps.events.NativeMapEvent
Dispatched when the map begins rendering.
MapStyleOptions — class, package com.distriqt.extension.nativemaps.objects
Defines styling options for a Map.
MapStyleOptions(style:String) — Constructor, class com.distriqt.extension.nativemaps.objects.MapStyleOptions
Creates a new set of map style options based on the given JSON styling string.
mapToolbarEnabled — Property, class com.distriqt.extension.nativemaps.objects.MapOptions
Sets the preference for whether the Map Toolbar should be enabled or disabled.
MapType — class, package com.distriqt.extension.nativemaps.objects
Class to define values for map types available
MAP_TYPE_HYBRID — Static Property, class com.distriqt.extension.nativemaps.objects.MapType
Hybrid map type.
MAP_TYPE_NONE — Static Property, class com.distriqt.extension.nativemaps.objects.MapType
No map type.
MAP_TYPE_NORMAL — Static Property, class com.distriqt.extension.nativemaps.objects.MapType
Normal map type.
MAP_TYPE_SATELLITE — Static Property, class com.distriqt.extension.nativemaps.objects.MapType
Satellite map type.
MAP_TYPE_TERRAIN — Static Property, class com.distriqt.extension.nativemaps.objects.MapType
Terrain map type.
MAP_ZOOM_CHANGED — Constant Static Property, class com.distriqt.extension.nativemaps.events.NativeMapEvent
Dispatched when the zoom level is changed.
MARKER_DRAG_END — Constant Static Property, class com.distriqt.extension.nativemaps.events.NativeMapEvent
Dispatched when a user stops dragging a map marker.
MARKER_DRAG_START — Constant Static Property, class com.distriqt.extension.nativemaps.events.NativeMapEvent
Dispatched when a user begins dragging a map marker.
markerId — Property, class com.distriqt.extension.nativemaps.events.NativeMapEvent
The ID of a map marker relating to the event, if any.
MARKER_INFO_WINDOW_TOUCHED — Constant Static Property, class com.distriqt.extension.nativemaps.events.NativeMapEvent
Dispatched when the info window for a marker is tapped by the user.
markers — Property, class com.distriqt.extension.nativemaps.NativeMaps
Retrieves a list of all current map markers.
MARKER_TOUCHED — Constant Static Property, class com.distriqt.extension.nativemaps.events.NativeMapEvent
Dispatched when a map marker is tapped by the user.
mode — Property, class com.distriqt.extension.nativemaps.objects.MapApplicationOpenOptions
The view mode This should be MapApplicationOpenOptions.MODE_PLACE or MapApplicationOpenOptions.DIRECTIONS
MODE_DIRECTIONS — Constant Static Property, class com.distriqt.extension.nativemaps.objects.MapApplicationOpenOptions
For showing directions between two places
MODE_PLACE — Constant Static Property, class com.distriqt.extension.nativemaps.objects.MapApplicationOpenOptions
For showing a single place/location
myLocationButtonEnabled — Property, class com.distriqt.extension.nativemaps.objects.MapOptions
Defines whether the My Location button is enabled in the map interface.
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