Skip to content

LocationLayerPlugin v0.6.0

Compare
Choose a tag to compare
@danesfeder danesfeder released this 09 Jul 18:53
· 340 commits to main since this release

Release Notes

Features 🚀

  • Options to adjust scale of the icon being shown. Prior to this release, developers were not able to adjust the scaling of the icon shown on the map. With #543, you are now able to do so via LocationLayerOptions.
  • With #574, options to display images that have already been added to the MapboxMap provided to the plugin or maki-icons that are provided by the style already loaded into the map.

Bugs squashed 🐛

  • Tests and bugs fixes for re-loading map styles while the plugin is being used.
  • Accuracy ring fixed for forced locations #572 and animation of the ring fixed in #577

Changelog

  • Animate accuracy ring when new value is provided #577
  • Allow pre-loaded MapboxMap images / maki icons in LocationLayerOptions #574
  • Showing accuracy for forced location #572
  • Update LocationLayerPlugin's readme examples #571
  • Harden style changes #568
  • Map zoom range docs #565
  • 6.2.1 maps sdk bump #562
  • Maps sdk bump to 6.2.0 #559
  • Update dependencies #548
  • Harden state and style changes #545
  • Expose icon scale option #543