span

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

The extent of the map displayed by the widget.

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

The span property returns a comma-delimited pair of numbers, the vertical and horizontal delta in degrees from the centerCoordinates to the sides of the map view. The span therefore, together with the size of the view, determine the zoom level.

The second two items of the region property are the same as the span.