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  
pixelScale — Property, class com.distriqt.extension.nativemaps.objects.CustomMarkerIcon
The pixel scale to be used when drawing this image For iOS retina displays, this should be set to 2.
place1 — Property, class com.distriqt.extension.nativemaps.objects.MapApplicationOpenOptions
The first place to be displayed on the map.
place2 — Property, class com.distriqt.extension.nativemaps.objects.MapApplicationOpenOptions
The second place to be displayed on the map.
point — Property, class com.distriqt.extension.nativemaps.events.NativeMapTouchEvent
The 2D touch point of this event May be null if there is no position information for this event
points — Property, class com.distriqt.extension.nativemaps.objects.Polyline
The current list of LatLng points in this line.
Polygon — class, package com.distriqt.extension.nativemaps.objects
Polygon object representing a shape overlay for the map
Polygon(width:uint, strokeColour:uint, fillColour:uint, zIndex:int, visible:Boolean) — Constructor, class com.distriqt.extension.nativemaps.objects.Polygon
Constructor
polygons — Property, class com.distriqt.extension.nativemaps.NativeMaps
Retrieves a list of all current polygon overlays.
Polyline — class, package com.distriqt.extension.nativemaps.objects
Polyline object representing a line overlay for the map or a line segment of a Polygon.
Polyline(width:Number, colour:uint, zIndex:Number, visible:Boolean, geodesic:Boolean) — Constructor, class com.distriqt.extension.nativemaps.objects.Polyline
Constructor
polylines — Property, class com.distriqt.extension.nativemaps.NativeMaps
Retrieves a list of all current polyline overlays.
PolyUtil — class, package com.distriqt.extension.nativemaps.utils
Utility class that encodes and decodes Polylines.
position — Property, class com.distriqt.extension.nativemaps.events.NativeMapEvent
A LatLng object relating to the position of an event, if available.
_position — Property, class com.distriqt.extension.nativemaps.objects.CircleOverlay
The position of the circle overlay on the map.
position — Property, class com.distriqt.extension.nativemaps.objects.CircleOverlay
position — Property, class com.distriqt.extension.nativemaps.objects.MapMarker
The position as a LatLng object representing the position of this marker object.
prepareViewOrder() — method, class com.distriqt.extension.nativemaps.NativeMaps
Android only Prepares the view before a map is created.
projection — Property, class com.distriqt.extension.nativemaps.NativeMaps
Access to the Projection instance for the current map for screen / geographic conversion utilities
Projection — Interface, package com.distriqt.extension.nativemaps
This interface defines the projection related utilities for the current map allowing you to convert screen and geographic coordinates.
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