mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
docs(background-geolocation): add platforms
This commit is contained in:
parent
f6ebc7a8d5
commit
71b89eef3d
@ -202,8 +202,9 @@ export interface Config {
|
||||
*/
|
||||
@Plugin({
|
||||
plugin: 'cordova-plugin-mauron85-background-geolocation',
|
||||
pluginRef: 'plugins.backgroundGeoLocation', // ????? see line 213 at https://github.com/mauron85/cordova-plugin-background-geolocation/blob/master/www/backgroundGeoLocation.js
|
||||
repo: 'https://github.com/mauron85/cordova-plugin-background-geolocation'
|
||||
pluginRef: 'plugins.backgroundGeoLocation',
|
||||
repo: 'https://github.com/mauron85/cordova-plugin-background-geolocation',
|
||||
platforms: ['iOS', 'Android', 'Windows Phone 8']
|
||||
})
|
||||
export class BackgroundGeolocation {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user