1.5.5 • Published 1 year ago

cordova-plugin-location-provider v1.5.5

Weekly downloads
6
License
Apache 2.0
Repository
github
Last release
1 year ago

LocationProvider plugin

This Cordova plugin implements Android background service for location queries triggered by e.g. GCM notification. The plugin is also compatible with PhoneGap Build.

Supported Platforms

  • Android

Usage

Define the configuration

cordova.plugins.LocationProvider.setConfiguration(/*JSONObject*/ config);

Fetch and clear the Locate history

cordova.plugins.LocationProvider.getAndClearHistory(successCallback);

function successCallback(/*JSONObject*/ history){
    // process the history
}

Installation

The plugin can either be installed from git repository, from local file system through the Command-line Interface or cloud based through PhoneGap Build.

Local development environment

From master:

# ~~ from master branch ~~
cordova plugin add https://github.com/ToniKorin/cordova-plugin-location-provider.git

from a local folder:

# ~~ local folder ~~
cordova plugin add cordova-plugin-location-provider --searchpath path

or to use the latest stable version:

# ~~ stable version ~~
cordova plugin add cordova-plugin-location-provider@1.4.8

To remove the plug-in, run the following command:

cordova plugin rm cordova-plugin-location-provider

PhoneGap Build

Add the following xml line to your config.xml:

<gap:plugin platform="android" name="cordova-plugin-location-provider" version="1.4.8" source="npm"/>

History

Check the Change Log.

License

This software is released under the Apache 2.0 License.

© 2016 Toni Korin

1.5.5

1 year ago

1.5.4

3 years ago

1.5.3

3 years ago

1.5.2

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.19

5 years ago

1.4.18

5 years ago

1.4.17

5 years ago

1.4.16

5 years ago

1.4.15

5 years ago

1.4.14

6 years ago

1.4.13

6 years ago

1.4.12

6 years ago

1.4.11

7 years ago

1.4.10

7 years ago

1.4.9

7 years ago

1.4.8

7 years ago

1.4.7

7 years ago

1.4.6

7 years ago

1.4.5

8 years ago

1.4.4

8 years ago

1.4.3

8 years ago

1.4.2

8 years ago

1.4.1

9 years ago

1.4.0

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.2

9 years ago

1.1.1

10 years ago

1.1.0

10 years ago