mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
feat(geofence): Adds geofence plugin (#442)
* Fixes syntax error in usage example, and improves usage formatting * Moves error codes into usage section * Adds basics of geofence plugin * Updates exports to include Geofence * Adds geofence docs and tested functions * Corrects promise types and comments out unimplemented functions * Minor updates to geofence * Reverts camera-preview changes for this branch to master
This commit is contained in:
committed by
Ibrahim Hadeed
parent
47a9b34ea2
commit
a438967336
@@ -41,6 +41,7 @@ import { Facebook } from './plugins/facebook';
|
||||
import { File } from './plugins/file';
|
||||
import { Transfer } from './plugins/filetransfer';
|
||||
import { Flashlight } from './plugins/flashlight';
|
||||
import {Geofence} from './plugins/geofence';
|
||||
import { Geolocation } from './plugins/geolocation';
|
||||
import { Globalization } from './plugins/globalization';
|
||||
import { GooglePlus } from './plugins/google-plus';
|
||||
@@ -64,6 +65,7 @@ import { NativeStorage } from './plugins/nativestorage';
|
||||
import { MediaPlugin } from './plugins/media';
|
||||
import { Network } from './plugins/network';
|
||||
import { OneSignal } from './plugins/onesignal';
|
||||
|
||||
import { PhotoViewer } from './plugins/photo-viewer';
|
||||
import { ScreenOrientation } from './plugins/screen-orientation';
|
||||
import { PinDialog } from './plugins/pin-dialog';
|
||||
@@ -151,6 +153,7 @@ export {
|
||||
EstimoteBeacons,
|
||||
File,
|
||||
Flashlight,
|
||||
Geofence,
|
||||
Globalization,
|
||||
GooglePlus,
|
||||
GoogleAnalytics,
|
||||
@@ -221,6 +224,7 @@ window['IonicNative'] = {
|
||||
Facebook: Facebook,
|
||||
File: File,
|
||||
Flashlight: Flashlight,
|
||||
Geofence: Geofence,
|
||||
Geolocation: Geolocation,
|
||||
Globalization: Globalization,
|
||||
GooglePlus: GooglePlus,
|
||||
|
||||
Reference in New Issue
Block a user