Skip to content

1.3.0

Compare
Choose a tag to compare
@mohaphez mohaphez released this 13 Sep 08:12
· 14 commits to master since this release
5d1ed9f

This release enhances the map's live location functionality by making it more flexible, unrestricted, and configurable. It addresses issue #26 and introduces several improvements to the map's real-time location tracking.

Changes

  • Removed Restriction on Current Location: The restriction that required the map to be draggable to obtain the current location has been removed.
  • Enhanced liveLocation Option: The liveLocation option is now fully configurable, allowing real-time location updates at specified intervals, regardless of the map's draggable state.

Impact

  • Improved User Experience: Users can now receive real-time location updates without needing the map to be draggable.
  • Customization: Developers can configure the interval for obtaining live location updates, offering more control over this feature.

Additional Updates

  • Removed unused comments folder.
  • Added .phpunit.cache/test-results to .gitignore.
  • Updated the README to reflect the new liveLocation options.

Special Thanks

Big thanks to @enriquemdev for their contribution!