Releases: ionic-team/ion-android-geolocation
Releases · ionic-team/ion-android-geolocation
2.2.0
What's Changed
- feat: add support for heading in
addWatchby @ItsChaceD in #10 - chore: update pom.xml to version 2.2.0 by @ItsChaceD in #11
Full Changelog: 2.1.0...2.2.0
2.1.0
Features
- Add native timeout to
watchPositionAdd newintervalto control location updates withouttimeoutvariable.
2.0.0
BREAKING CHANGES
- The constructor for the controller and some of its methods have changed signature.
You will need to change how your application calls the library if you update to this version.
Features
- Allow using a fallback if Google Play Services fails.
1.0.0
- First version of ion-android-geolocation library, providing features to get the current location, watch the location (receiving location updates), and clearing watches (stop receiving location updates)