MobileMapViewer.ZoomRadius
From Xojo Documentation
Property (As Double )
aMobileMapViewer.ZoomRadius = newDoubleValue
or
DoubleValue = aMobileMapViewer.ZoomRadius
New in 2020r2
Supported for all project types and targets.
or
DoubleValue = aMobileMapViewer.ZoomRadius
New in 2020r2
Supported for all project types and targets.
The radius (in kilometers) displayed on the map.
Sample Code
Set the zoom radius on MapViewer1 to 100 kilometers:
MapViewer1.ZoomRadius = 1000