WebMapViewer.Modes
From Xojo Documentation
Enumeration
Specifies mode for the map. Directions, Search, etc.
Values
Enum | Description |
---|---|
Place | Displays a map pin at a particular place or address, such as a landmark, business, geographic feature, or town. |
Directions | Displays the path between two or more specified points on the map, as well as the distance and travel time. |
Search | Displays results for a search across the visible map region. It's recommended that a location for the search be defined, either by including a location in the search term (record+stores+in+Seattle) or by including a center and zoom parameter to bound the search. |
View | Returns a map with no markers or directions. |
StreetView | Provides a viewer that renders the resulting panorama as a sphere with a camera at its center. You can manipulate the camera to control the zoom and the orientation of the camera. |