centerCoordinates

Typeproperty
Dictionarynative.map
LibraryMap
Syntax
set the centerCoordinates of <widget> to <pCoordinates>
get the centerCoordinates of <widget>
Associationscom.livecode.widget.native.map
Summary

The coordinates at which the map view is centered.

OSmac, ios, android, web
Platformsdesktop, mobile
Example
set the centerCoordinates of widget "Map" to "55.9533,-3.1883"
RelatedProperty: region
Description

The centerCoordinates property returns a comma-delimited pair of numbers, the latitude and longitude (in degrees north and east respectively) of the coordinates of the current center of the map view.

The first two items of the region property are the same as the centerCoordinates.