MobileMapViewer.MapType
From Xojo Documentation
Property (As Double )
aMobileMapViewer.MapType = newDoubleValue
or
DoubleValue = aMobileMapViewer.MapType
New in 2020r2
Supported for all project types and targets.
or
DoubleValue = aMobileMapViewer.MapType
New in 2020r2
Supported for all project types and targets.
The type of map being displayed.
Notes
The map can be displayed as a Road, Satellite or Hybrid type.
Sample Code
Set MapViewer1 to Hybrid:
MapViewer1.MapType = MobileMapViewer.MapTypes.Hybrid
See Also
MapTypes enumeration.