The UDMap component is a robust control that provides a huge set of features. You can select base layers, configure togglable layers, set markers, define vectors and interact with other Universal App components.
Basic Map
This basic map defines a simple base layer using the wmflabs.org tile server. You can use your own custom tile server by specifying a URL. The map is position over Hailey, Idaho.
You can enable the layer control by using the New-UDMapLayerControl cmdlet. This map defines several layers with components that you can toggle on and off. You can only have one base layer selected as a time. Map overlay layers can toggle on and off.
Markers
Markers are used to highlight particular locations.
Custom Icons
You can specify custom icons for markers using the -Icon parameter.
Popups
You can create a popup when clicking the marker by using the -Popup parameter and the New-UDMapPopup cmdlet.
Interactive Maps
Maps provide a series of interactive capabilities for add components to and manipulating the map.