regionChanged

Typemessage
Dictionarynative.map
LibraryMap
Syntax
regionChanged
Associationscom.livecode.widget.native.map
Summary

Sent when the map region changes

OSmac, ios, android, web
Platformsdesktop, mobile
Example
on regionChanged
	UpdateCoordinateDisplay the centerCoordinates of the target
end regionChanged

command UpdateCoordinateDisplay pCenter
	put item 1 of pCenter into field "latitude"
	put item 2 of pCenter into field "longitude"
end UpdateCoordinateDisplay
Description

The regionChanged message is sent when the map region is changed by scrolling / zooming with the mouse or touches.