Skip to content

1.11.0

Compare
Choose a tag to compare
@arnaudleclerc arnaudleclerc released this 12 Nov 14:37
· 29 commits to develop since this release
  • Added support of Gridded datasource. Relevant types can be found under the namespace AzureMapsControl.Components.Data.Grid. Please take a look at the documentation and the samples for more information.
  • Following structs now expose a FromString method to easilly retrieve the matching instance :
    • AzureMapsControl.Components.Animations.Options.Easing
    • AzureMapsControl.Components.Animations.Options.PlayType
    • AzureMapsControl.Components.Atlas.PitchAlignment
    • AzureMapsControl.Components.Indoor.IndoorLayerTheme
    • AzureMapsControl.Components.Layers.LineCap
    • AzureMapsControl.Components.Map.CameraType
    • AzureMapsControl.Components.Map.MapStyle
    • AzureMapsControl.Components.Markers.MarkerAnchor
    • AzureMapsControl.Components.Traffic.TrafficFlow
  • Added AzureMapsControl.Components.Atlas.Math.DistanceUnits representing units of measurements for distances.
  • Added new SetOptionsAsync method on all layers.
  • Added missing ClusterProperties field on DatasourceOptions. This field can be used to define custom properties that are calculated using expressions against all the points within each cluster and added to the properties of each cluster point.

Full Changelog: 1.10.0...1.11.0