Skip to content

Releases: ionic-team/ion-ios-geolocation

2.0.0

29 Oct 11:15
5b72213

Choose a tag to compare

Breaking Changes

  • The method requestSingleLocation() was replaced with requestSingleLocation(options: IONGLOCRequestOptionsModel).
    This change allows adding new configuration parameters in the future without breaking changes.

Additions

  • Added IONGLOCRequestOptionsModel to configure timeout (and future parameters).
  • Added overload startMonitoringLocation(options: IONGLOCRequestOptionsModel).

Fixes

  • Introduced timeout handling for both requestSingleLocation and startMonitoringLocation.

1.0.2

15 Sep 16:35
aa1ff94

Choose a tag to compare

Fixes

  • Add Package.swift file for out-of-the-box SPM compatibility

1.0.1

11 Aug 11:08
b8a11b9

Choose a tag to compare

Fixes

  • Check if location service is already monitoring location when single location is requested

1.0.0

23 Jan 14:56
15f1dd8

Choose a tag to compare

Features

  • Add complete implementation, including getCurrentPosition, watchPosition, and clearWatch.
  • Create repository.