Map Control
Static Bing Map component. Allow you to render static map based on Latitude and Longitude. User can specify zoom levels, push-pins…etc

Property |
Description |
Latitude |
Sets the latitude of the location. |
Longitude |
Sets the longitude of the location. |
Zoom |
Zoom level of the map component. |
Key |
Required Bing Map Key to use the component.
https://docs.microsoft.com/en-us/bingmaps/getting-started/bing-maps-dev-center-help/getting-a-bing-maps-key
|
Pushpins |
Sets a collection of pins that is rendered within the map.
Table({Latitude:Location.Latitude,Longitude:Location.Longitude,PinStyle:1,Label:"A"},
{Latitude:47.582119,Longitude:-122.141265,PinStyle:4,Label:"C"})
|
Show Zoom |
Sets the visibility of the zooming buttons. |
Styles |
Sets a collection of styles that controls various visual aspects of the map.
Table({Key: "Imagery", Value:"Road"}, {Key: "PinStyle", Value:"50"})
|