Skip to content

2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Oct 11:15
5b72213

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.