location-plugin
Mobile icon

Location Plugin

Supported
Stable version 6.0.0 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded
 on 24 Jan
 by 
OutSystems
4.0
 (30 ratings)
location-plugin

Location Plugin

Created on OutSystems 11

Version 6.0.0

Stable
Current
Uploaded on 24 Jan by OutSystems
Compatible with:
Version 11
11.0.108 to 11.32.0
Database:
All
Release notes:
  • Breaking change for iOS:
    • Descriptions for the following two property list keys need to be provided: NSLocationWhenInUseUsageDescription and NSLocationAlwaysAndWhenInUseUsageDescription. See the plugin's official documentation page for more information.
  • Features
    • Android and iOS:
      • Update to new Cordova plugin under a new architecture, using native Android and iOS libraries.
      • Align error codes and messages format with OutSystems guidelines.
  • Fixes
    • Android:
      • Update GetLocation to use maximumAge parameter in Android native code for setMaxUpdateAgeMillis
      • Update AddWatch to not use timeout parameter for update interval instead of b, and use maximumAge for setMaxUpdateAgeMillis.
License:

Location Plugin versions up to 5.2.4:

Location plugin for Apache Cordova

Apache License 2.0

Copyright 2012 The Apache Software Foundation


Location Plugin from version 6.0.0 onwards:

Copyright (c) 2025 OutSystems, MIT License

Application Objects:
Location Plugin does not affect the count of AOs.

Version 5.2.4

Stable
Uploaded on 16 December 2024 by OutSystems
Compatible with:
Version 11
11.0.108 to 11.32.0
Database:
All
Release notes:

Fix

  • iOS: Warning issue regarding the location services enabled check being done within the main thread.
License:

 Location plugin for Apache Cordova

Apache License 2.0

Copyright 2012 The Apache Software Foundation

Application Objects:
Location Plugin does not affect the count of AOs.
Created on OutSystems 10

Version 5.0.1

Stable
Uploaded on 25 August 2020 by OutSystems
Compatible with:
Version 11
11.0.108 to 11.31.0
Version 10
Stack:
.NET
Database:
All
Release notes:
  • Fixes permission request bug on android that could make the application crash when calling GetLocation without resolving the previous call

Version 5.0.0

Stable
Uploaded on 10 October 2019 by OutSystems
Compatible with:
Version 11
11.0.108 to 11.31.0
Version 10
Stack:
.NET
Database:
All
Release notes:

Additions

  • New native implementation for Android

Changes

  • Requesting location information with GPS turned off no longer results on a timeout error. An explicit error is provided.