WebMapViewer.Zoom

From Xojo Documentation

Property (As Integer )
aWebMapViewer.Zoom = newIntegerValue
or
IntegerValue = aWebMapViewer.Zoom

New in 2011r2

Supported for all project types and targets.

Sets or gets the zoom level of the map being displayed.

Notes

Typically the Zoom is a value from 1 (minimum zoom) to 20 (maximum zoom).

Example

Zoom in the current map location to the maximum zoom, which is typically street-level:

Me.Zoom = 20