mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-25 04:16:09 +08:00
docs(): add the unit of measurement for radius value (#1463)
Didn't seem quite obvious to me so might help someone else
This commit is contained in:
parent
7738622976
commit
78e19e5f5b
@ -31,7 +31,7 @@ declare var window: any;
|
|||||||
* id: '69ca1b88-6fbe-4e80-a4d4-ff4d3748acdb', //any unique ID
|
* id: '69ca1b88-6fbe-4e80-a4d4-ff4d3748acdb', //any unique ID
|
||||||
* latitude: 37.285951, //center of geofence radius
|
* latitude: 37.285951, //center of geofence radius
|
||||||
* longitude: -121.936650,
|
* longitude: -121.936650,
|
||||||
* radius: 100, //radius to edge of geofence
|
* radius: 100, //radius to edge of geofence in meters
|
||||||
* transitionType: 3, //see 'Transition Types' below
|
* transitionType: 3, //see 'Transition Types' below
|
||||||
* notification: { //notification settings
|
* notification: { //notification settings
|
||||||
* id: 1, //any unique ID
|
* id: 1, //any unique ID
|
||||||
|
Loading…
x
Reference in New Issue
Block a user