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 |
geodesic — Property, class com.distriqt.extension.nativemaps.objects.Polyline |
|
Defines whether the line is drawn using geodesic curves (true) or the Mercator projection (false). |
getAllMarkerIDs() — method, class com.distriqt.extension.nativemaps.NativeMaps |
|
Retrieves an array of all current marker IDs
|
getAltitude() — method, class com.distriqt.extension.nativemaps.NativeMaps |
|
Returns the current altitude of the map camera
Supported platforms: iOS only
|
getBearing() — method, class com.distriqt.extension.nativemaps.NativeMaps |
|
Returns the current bearing orientation of the map. |
getBounds() — method, class com.distriqt.extension.nativemaps.NativeMaps |
|
Returns the current visible area of the map as a LatLngBounds object
|
getCentre() — method, class com.distriqt.extension.nativemaps.NativeMaps |
|
Returns the current centre position of the map as a LatLng object. |
getCircleOverlay(circleId:uint) — method, class com.distriqt.extension.nativemaps.NativeMaps |
|
Retrieves a CircleOverlay object with the specified ID, or null if none exists.
Also useful for checking if an overlay exists before performing operations.
|
getCircleOverlayByName(name:String) — method, class com.distriqt.extension.nativemaps.NativeMaps |
|
Retrieves a CircleOverlay object with the given name, or null if no overlay exists with that name.
|
getCircleOverlayIdByName(name:String) — method, class com.distriqt.extension.nativemaps.NativeMaps |
|
Retrieves a circle overlay's ID number with the given name or -1 if no overlay was found
|
getCustomIconById(id:String) — method, class com.distriqt.extension.nativemaps.NativeMaps |
|
Returns a custom marker icon for the specified ID
|
getGooglePlayLegalNotice() — method, class com.distriqt.extension.nativemaps.NativeMaps |
|
Returns the Google Play Services attribution text which is required to be shown on Android
applications utilising the Google Maps service. |
getMapOpenPlaceString(place:any) — method, class com.distriqt.extension.nativemaps.NativeMaps |
| |
getMarker(markerId:uint) — method, class com.distriqt.extension.nativemaps.NativeMaps |
|
Retrieves a MapMarker object with the specified ID, or null if none exists.
Also useful for checking if a marker exists before performing operations.
|
getMarkerByName(name:String) — method, class com.distriqt.extension.nativemaps.NativeMaps |
|
Retrieves a MapMarker object with the given name, or null if no marker exists with that name.
|
getMarkerIdByName(name:String) — method, class com.distriqt.extension.nativemaps.NativeMaps |
|
Retrieves a marker's ID number with the given name or -1 if no marker was found
|
getMarkerScreenPosition(markerId:uint) — method, class com.distriqt.extension.nativemaps.NativeMaps |
|
Gets the 2D screen coordinate positions of a map marker relative to the top-left corner of the map. |
getPolygon(polygonId:uint) — method, class com.distriqt.extension.nativemaps.NativeMaps |
|
Retrieves a Polygon object with the specified ID, or null if none exists.
Also useful for checking if an overlay exists before performing operations.
|
getPolygonByName(name:String) — method, class com.distriqt.extension.nativemaps.NativeMaps |
|
Retrieves a Polygon object with the given name, or null if no overlay exists with that name.
|
getPolygonIdByName(name:String) — method, class com.distriqt.extension.nativemaps.NativeMaps |
|
Retrieves a polygon overlay's ID number with the given name or -1 if no overlay was found
|
getPolyline(polylineId:uint) — method, class com.distriqt.extension.nativemaps.NativeMaps |
|
Retrieves a Polyline object with the specified ID, or null if none exists.
Also useful for checking if an overlay exists before performing operations.
|
getPolylineByName(name:String) — method, class com.distriqt.extension.nativemaps.NativeMaps |
|
Retrieves a Polyline object with the given name, or null if no overlay exists with that name.
|
getPolylineIdByName(name:String) — method, class com.distriqt.extension.nativemaps.NativeMaps |
|
Retrieves a polyline overlay's ID number with the given name or -1 if no overlay was found
|
getTilt() — method, class com.distriqt.extension.nativemaps.NativeMaps |
|
Returns the current tilt level of the map. |
getUrlForMapOpen(options:com.distriqt.extension.nativemaps.objects:MapApplicationOpenOptions) — method, class com.distriqt.extension.nativemaps.NativeMaps |
| |
getZoom() — method, class com.distriqt.extension.nativemaps.NativeMaps |
|
Returns the current zoom level of the map. |
|
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 |