Skip to content

Releases: arnaudleclerc/AzureMapsControl.Components

0.5.2

24 Nov 17:00
769e3e3
Compare
Choose a tag to compare
  • Adding events on popup

0.5.1 - Map options

23 Nov 21:19
daad648
Compare
Choose a tag to compare

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

20 Nov 12:16
39cfdd3
Compare
Choose a tag to compare
  • Adding SetCameraOptionsAsync on the Map giving the possibility to update the camera options

0.4.0 - VectorTileSource

12 Nov 17:09
2c3e972
Compare
Choose a tag to compare

The library now allows to add Vector Tile Sources

0.2.0 - Popups

12 Nov 16:20
Compare
Choose a tag to compare
  • Popups have been added

0.1.0 - Components

12 Nov 16:22
a23fcc0
Compare
Choose a tag to compare

This version includes :

  • Map
  • Controls
  • Drawing Toolbar
  • HTML Markers
  • Layers
  • Data Sources
  • Traffic