Skip to content

Releases: arnaudleclerc/AzureMapsControl.Components

0.7.1 - Adding support of ILogger

25 Nov 15:56
734b784

Choose a tag to compare

Merge pull request #20 from arnaudleclerc/releases/0.8.0

Releases/0.8.0

0.7.0 - .NET 5

25 Nov 11:17
819e270

Choose a tag to compare

The library now targets .net5.0

0.5.2

24 Nov 17:00
769e3e3

Choose a tag to compare

  • Adding events on popup

0.5.1 - Map options

23 Nov 21:19
daad648

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

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

Choose a tag to compare

The library now allows to add Vector Tile Sources

0.2.0 - Popups

12 Nov 16:20

Choose a tag to compare

  • Popups have been added

0.1.0 - Components

12 Nov 16:22
a23fcc0

Choose a tag to compare

This version includes :

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