WebMapViewer.MapType

From Xojo Documentation

Property (As WebMapViewer.MapTypes )
aWebMapViewer.MapType = newWebMapViewer.MapTypesValue
or
WebMapViewer.MapTypesValue = aWebMapViewer.MapType

New in 2011r2

Supported for all project types and targets.

Sets or gets the type of map being displayed.

Sample Code

Change the map type to a road map:

Me.MapType = WebMapViewer.MapTypes.RoadMap