Skip to content

Releases: arnaudleclerc/AzureMapsControl.Components

0.7.1 - Adding support of ILogger

Choose a tag to compare

@arnaudleclerc arnaudleclerc released this 25 Nov 15:56
734b784
Merge pull request #20 from arnaudleclerc/releases/0.8.0

Releases/0.8.0

0.7.0 - .NET 5

Choose a tag to compare

@arnaudleclerc arnaudleclerc released this 25 Nov 11:17
819e270

The library now targets .net5.0

0.5.2

Choose a tag to compare

@arnaudleclerc arnaudleclerc released this 24 Nov 17:00
769e3e3
  • Adding events on popup

0.5.1 - Map options

Choose a tag to compare

@arnaudleclerc arnaudleclerc released this 23 Nov 21:19
daad648

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

Choose a tag to compare

@arnaudleclerc arnaudleclerc released this 20 Nov 12:16
39cfdd3
  • Adding SetCameraOptionsAsync on the Map giving the possibility to update the camera options

0.4.0 - VectorTileSource

Choose a tag to compare

@arnaudleclerc arnaudleclerc released this 12 Nov 17:09
2c3e972

The library now allows to add Vector Tile Sources

0.2.0 - Popups

Choose a tag to compare

@arnaudleclerc arnaudleclerc released this 12 Nov 16:20
  • Popups have been added

0.1.0 - Components

Choose a tag to compare

@arnaudleclerc arnaudleclerc released this 12 Nov 16:22
a23fcc0

This version includes :

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