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  
scrollGesturesEnabled — Property, class com.distriqt.extension.nativemaps.objects.MapOptions
Defines whether scroll gestures are enabled on the map.
service — Static Property, class com.distriqt.extension.nativemaps.NativeMaps
The singleton instance of the Extension class.
setAltitude(altitude:Number, animated:Boolean) — method, class com.distriqt.extension.nativemaps.NativeMaps
Sets the altitude of the map camera with optional animation The altitude must not be less than 0 Supported platforms: iOS
setAnimatesDrop(animatesDrop:Boolean) — method, class com.distriqt.extension.nativemaps.objects.MapMarker
Sets whether the icon adding is through a drop animation
setBearing(bearing:Number, animated:Boolean, duration:uint) — method, class com.distriqt.extension.nativemaps.NativeMaps
Sets the bearing orientation of the map with optional animation and duration.
setBounds(bounds:com.distriqt.extension.nativemaps.objects:LatLngBounds, padding:int, animated:Boolean) — method, class com.distriqt.extension.nativemaps.NativeMaps
Repositions and zooms the map to fit a specific bounding area with optional padding and animation.
setCenterOffset(x:Number, y:Number) — method, class com.distriqt.extension.nativemaps.objects.CustomMarkerIcon
Sets the offsets to use for this marker icon
setCentre(position:com.distriqt.extension.nativemaps.objects:LatLng, zoom:Number, animated:Boolean, duration:int) — method, class com.distriqt.extension.nativemaps.NativeMaps
Moves the map to the given centre coordinate with optional zoom, animation and duration values.
setColour(colour:uint) — method, class com.distriqt.extension.nativemaps.objects.MapMarker
Sets the colour for the marker
setColour(colour:int) — method, class com.distriqt.extension.nativemaps.objects.Polyline
Sets the colour of the line as an int in the ARGB format.
setCustomIconId(customIconId:String) — method, class com.distriqt.extension.nativemaps.objects.MapMarker
Set the customIconId value for this marker.
setDraggable(draggable:Boolean) — method, class com.distriqt.extension.nativemaps.objects.MapMarker
Sets the draggable value for the marker
setEncodedPath(encodedPath:String) — method, class com.distriqt.extension.nativemaps.objects.Polyline
Set an encoded string representation of the points making up this polyline.
setGeodesic(useGeodesic:Boolean) — method, class com.distriqt.extension.nativemaps.objects.Polyline
Defines whether the line is drawn using geodesic curves (true) or the Mercator projection (false).
setImage(image:flash.display:BitmapData) — method, class com.distriqt.extension.nativemaps.objects.CustomMarkerIcon
Sets the image used as the marker icon from the given BitmapData instance.
setInfo(info:String) — method, class com.distriqt.extension.nativemaps.objects.MapMarker
Sets the info for the marker
setInfoWindowEnabled(infoWindowEnabled:Boolean) — method, class com.distriqt.extension.nativemaps.objects.MapMarker
Sets the infoWindowEnabled value for the marker
setLayout(width:uint, height:uint, x:uint, y:uint) — method, class com.distriqt.extension.nativemaps.NativeMaps
Resizes and repositions the native map object in the view
setMapOptions(options:com.distriqt.extension.nativemaps.objects:MapOptions) — method, class com.distriqt.extension.nativemaps.NativeMaps
Applies all map option settings to the map.
setMapStyle(style:com.distriqt.extension.nativemaps.objects:MapStyleOptions) — method, class com.distriqt.extension.nativemaps.NativeMaps
setMapType(mapType:uint) — method, class com.distriqt.extension.nativemaps.NativeMaps
Sets the type of map to be drawn.
setName(name:String) — method, class com.distriqt.extension.nativemaps.objects.MapMarker
Sets the name of the marker
setName(name:String) — method, class com.distriqt.extension.nativemaps.objects.Polyline
Sets a name for the polyline overlay to be used as a reference.
setPixelScale(pixelScale:Number) — method, class com.distriqt.extension.nativemaps.objects.CustomMarkerIcon
Sets the pixel scale for this marker icon.
setPosition(position:com.distriqt.extension.nativemaps.objects:LatLng) — method, class com.distriqt.extension.nativemaps.objects.MapMarker
Sets the position of the marker.
setShowInfoWindowButton(showInfoWindowButton:Boolean) — method, class com.distriqt.extension.nativemaps.objects.MapMarker
Sets the showInfoWindowButton for the marker
setTilt(tilt:Number, animated:Boolean, duration:uint) — method, class com.distriqt.extension.nativemaps.NativeMaps
Sets the tilt level of the map with optional animation and duration.
setTitle(title:String) — method, class com.distriqt.extension.nativemaps.objects.MapMarker
Sets the title of the marker
setUserFollowMode(userTrackingMode:uint) — method, class com.distriqt.extension.nativemaps.NativeMaps
Sets the current user tracking mode for iOS maps.
setVisibility(visible:Boolean) — method, class com.distriqt.extension.nativemaps.objects.Polyline
Defines whether the line is visible or not, defaults to true
setVisible(visible:Boolean) — method, class com.distriqt.extension.nativemaps.objects.MapMarker
Sets the visible value for the marker
setWidth(width:Number) — method, class com.distriqt.extension.nativemaps.objects.Polyline
Defines the stroke width of the line in pixels, defaults to 1.0
setZIndex(zIndex:Number) — method, class com.distriqt.extension.nativemaps.objects.MapMarker
Set the zIndex value for this marker.
setZIndex(zIndex:Number) — method, class com.distriqt.extension.nativemaps.objects.Polyline
Defines the Z Index or display order of this line
setZoom(zoom:Number, animated:Boolean, duration:uint) — method, class com.distriqt.extension.nativemaps.NativeMaps
Sets the zoom level of the map with optional animation.
SHOULD_EXPLAIN — Constant Static Property, class com.distriqt.extension.nativemaps.AuthorisationStatus
This status means that the user has previously denied access.
showBuildings(value:Boolean) — method, class com.distriqt.extension.nativemaps.NativeMaps
Sets whether to show 3D buildings the map.
showBuildings — Property, class com.distriqt.extension.nativemaps.objects.MapOptions
Defines whether buildings are displayed.
showInfoWindow(markerId:uint) — method, class com.distriqt.extension.nativemaps.NativeMaps
Manually opens the info window for the specified marker NOTE: This method overrides the "infoWindowEnabled" property of a marker.
showInfoWindowButton — Property, class com.distriqt.extension.nativemaps.objects.MapMarker
Defines whether the info window callout shows a clickable blue arrow button.
showingUserLocation — Property, class com.distriqt.extension.nativemaps.NativeMaps
showMap() — method, class com.distriqt.extension.nativemaps.NativeMaps
Shows the map view if it is hidden.
showMapkitPointsOfInterest — Property, class com.distriqt.extension.nativemaps.objects.MapOptions
Defines whether the iOS MapKit points of interest icons are displayed.
showMarker(markerId:uint, shown:Boolean) — method, class com.distriqt.extension.nativemaps.NativeMaps
Hides or shows a marker on the map.
showPointsOfInterest(value:Boolean) — method, class com.distriqt.extension.nativemaps.NativeMaps
Sets whether to show points of interest on the map for iOS.
showScale — Property, class com.distriqt.extension.nativemaps.objects.MapOptions
Whether the map shows scale information Supported OS: iOS only
showUserLocation(show:Boolean) — method, class com.distriqt.extension.nativemaps.NativeMaps
Enables and shows the user's location marker and any associated UI controls on the map.
southwest — Property, class com.distriqt.extension.nativemaps.objects.LatLngBounds
status — Property, class com.distriqt.extension.nativemaps.events.AuthorisationEvent
stopAnimation() — method, class com.distriqt.extension.nativemaps.NativeMaps
Stops any movement or panning animation of the map.
strokeColour — Property, class com.distriqt.extension.nativemaps.objects.CircleOverlay
Defines the colour of the stroke as an int in the ARGB format.
strokeWidth — Property, class com.distriqt.extension.nativemaps.objects.CircleOverlay
Defines the width of the circle's stroke in screen pixels.
style — Property, class com.distriqt.extension.nativemaps.objects.MapStyleOptions
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