New feature in this version:
New CenterTo property for the Map element.
This property controls how the initial view and zoom factor of the map is determined.
Possible values:
- Default: the map will be centered at the currently selected pin. If no pins have been added, the current user's location will be used.
- SelectedPin: the map will be centered at the currently selected pin.
- CurrentLocation: the map will be centered at the current user's location.
- AllPins: the map's zoom factor will be adjusted to that all pins are visible.