Skip to content

Releases: arnaudleclerc/AzureMapsControl.Components

1.8.3

14 Jul 07:00
Compare
Choose a tag to compare

Bugfix

  • Starting from 1.8.2, it was not possible anymore to set the camera options using only the center property. The fix in 1.8.3 allows you to set either the Bounds or the Center property, still giving priority to Bounds.

1.8.2

13 Jul 09:31
Compare
Choose a tag to compare

Bugfix

  • Add missing Bounds field on the result of the call to GetCameraOptionsAsync on the Map.

1.8.1

25 Jun 05:18
Compare
Choose a tag to compare

Bugfix

  • Fix #49 - The properties were not added to the shapes at their creation

1.8.0

19 Jun 20:22
455093c
Compare
Choose a tag to compare
  • Add Geography to Indoor functionality (#48) - Thanks to @vnbaaij

1.7.1

08 Jun 06:54
Compare
Choose a tag to compare

Bugfix

1.7.0 - Indoor Module

31 May 15:05
Compare
Choose a tag to compare

Features

  • Adding support of the Indoor Module. More information on the documentation

1.6.1

18 May 15:10
Compare
Choose a tag to compare

Bugfix

1.6.0

07 May 13:15
Compare
Choose a tag to compare

Features

Added support of the FullScreen control. Documentation can be found here

1.5.2

06 May 08:21
Compare
Choose a tag to compare

Bugfix

  • Fix #42 - Added Road to MapStyle.

1.5.1

30 Apr 13:51
Compare
Choose a tag to compare

Bugfix

  • ImportDataFromUrlAsync on the DataSource now throws an exception of type Microsoft.JSInterop.JSException if the data could not be imported.