Releases: ionic-team/ion-ios-geolocation
Releases · ionic-team/ion-ios-geolocation
2.0.0
Breaking Changes
- The method
requestSingleLocation()was replaced withrequestSingleLocation(options: IONGLOCRequestOptionsModel).
This change allows adding new configuration parameters in the future without breaking changes.
Additions
- Added
IONGLOCRequestOptionsModelto configure timeout (and future parameters). - Added overload
startMonitoringLocation(options: IONGLOCRequestOptionsModel).
Fixes
- Introduced timeout handling for both
requestSingleLocationandstartMonitoringLocation.
1.0.2
Fixes
- Add Package.swift file for out-of-the-box SPM compatibility
1.0.1
Fixes
- Check if location service is already monitoring location when single location is requested
1.0.0
Features
- Add complete implementation, including
getCurrentPosition,watchPosition, andclearWatch. - Create repository.