Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 AuthorisationEvent
com.distriqt.extension.nativemaps.events 
 AuthorisationStatus
com.distriqt.extension.nativemaps 
 CircleOverlay
com.distriqt.extension.nativemaps.objects 
 CustomMarkerIcon
com.distriqt.extension.nativemaps.objects This class defines a custom image which can be used as the icon for a MapMarker object.
 LatLng
com.distriqt.extension.nativemaps.objects A simple helper class to define LatLng positions for the native maps extension.
 LatLngBounds
com.distriqt.extension.nativemaps.objects A simple helper class for map area bounding functionality for the native maps extension.
 MapApplicationOpenOptions
com.distriqt.extension.nativemaps.objects Options class for specifying options to pass to the native map application when opening.
 MapMarker
com.distriqt.extension.nativemaps.objects This class defines a Map Marker object used by the native maps extension
 MapMarkerColour
com.distriqt.extension.nativemaps.objects A class containing possible values for the colour of a map marker.
 MapOptions
com.distriqt.extension.nativemaps.objects Map Options utility class for setting options on the native map extension.
 MapStyleOptions
com.distriqt.extension.nativemaps.objects Defines styling options for a Map.
 MapType
com.distriqt.extension.nativemaps.objects Class to define values for map types available
 NativeMapBitmapEvent
com.distriqt.extension.nativemaps.events The event dispatched by the NativeMaps Extension when capturing bitmap data
 NativeMapEvent
com.distriqt.extension.nativemaps.events The event dispatched by the NativeMaps Extension
 NativeMaps
com.distriqt.extension.nativemaps This extension implements native map UI and functionality for iOS and Android.
 NativeMapTouchEvent
com.distriqt.extension.nativemaps.events 
 Polygon
com.distriqt.extension.nativemaps.objects Polygon object representing a shape overlay for the map
 Polyline
com.distriqt.extension.nativemaps.objects Polyline object representing a line overlay for the map or a line segment of a Polygon.
 PolyUtil
com.distriqt.extension.nativemaps.utils Utility class that encodes and decodes Polylines.
 Projection
com.distriqt.extension.nativemaps This interface defines the projection related utilities for the current map allowing you to convert screen and geographic coordinates.
 UserTrackingMode
com.distriqt.extension.nativemaps.objects Class to define values for user tracking modes available. This is only used for iOS maps, Android does not support the user tracking feature. These values represent the options of the iOS MKUserTrackingMode as referenced here