WebMapViewer.Mode
From Xojo Documentation
Property (As WebMapViewer.Modes )
aWebMapViewer.Mode = newWebMapViewer.ModesValue
or
WebMapViewer.ModesValue = aWebMapViewer.Mode
New in 2020r1
Supported for all project types and targets.
or
WebMapViewer.ModesValue = aWebMapViewer.Mode
New in 2020r1
Supported for all project types and targets.
Sets or gets the mode of the map being displayed.
Sample code
Change the map type to street view:
Me.Mode = WebMapViewer.Modes.StreetView