1.5.5 • Published 2 months ago

cordova-plugin-location-provider v1.5.5

Weekly downloads
6
License
Apache 2.0
Repository
github
Last release
2 months 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

2 months ago

1.5.4

2 years ago

1.5.3

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.19

4 years ago

1.4.18

4 years ago

1.4.17

4 years ago

1.4.16

4 years ago

1.4.15

4 years ago

1.4.14

5 years ago

1.4.13

5 years ago

1.4.12

5 years ago

1.4.11

6 years ago

1.4.10

6 years ago

1.4.9

6 years ago

1.4.8

6 years ago

1.4.7

6 years ago

1.4.6

6 years ago

1.4.5

6 years ago

1.4.4

7 years ago

1.4.3

7 years ago

1.4.2

7 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.2

8 years ago

1.1.1

9 years ago

1.1.0

9 years ago