0.5.1 - Map options
The AzureMap components now accepts the options on 4 different properties :
ServiceOptions: Global properties used in all atlas service requests.CameraOptions: The options for setting the map control's camera.StyleOptions: Options for the map's style.UserInteractionOptions: Options for enabling/disabling user interaction with the map.TrafficOptions: Options to display traffic on the map
Except the ServiceOptions which cannot be modified once the map is created, the options can also be modified using SetCameraOptionsAsync, SetStyleOptionsAsync, SetUserInteractionAsync or SetTrafficOptionsAsync on the instance of the Map.