Releases: arnaudleclerc/AzureMapsControl.Components
Releases · arnaudleclerc/AzureMapsControl.Components
0.7.1 - Adding support of ILogger
Merge pull request #20 from arnaudleclerc/releases/0.8.0 Releases/0.8.0
0.7.0 - .NET 5
The library now targets .net5.0
0.5.2
- Adding events on popup
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.
0.5.0 - SetCameraOptionsAsync
- Adding SetCameraOptionsAsync on the Map giving the possibility to update the camera options
0.4.0 - VectorTileSource
The library now allows to add Vector Tile Sources
0.2.0 - Popups
- Popups have been added
0.1.0 - Components
This version includes :
- Map
- Controls
- Drawing Toolbar
- HTML Markers
- Layers
- Data Sources
- Traffic