Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/declarations/interfaces/Location.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ declare module "react-native-background-geolocation" {
* @example
* ```
* {
* "timestamp": [Date], // <-- Javascript Date instance
* "event": [String], // <-- motionchange|geofence|heartbeat
* "is_moving": [Boolean], // <-- The motion-state when location was recorded.
* "uuid": [String], // <-- Universally unique identifier
* "timestamp": [ISO-8601 UTC], // <-- eg: "2015-05-05T04:31:54.123Z"
* "event": [String], // <-- motionchange|geofence|heartbeat
* "is_moving": [Boolean], // <-- The motion-state when location was recorded.
* "uuid": [String], // <-- Universally unique identifier
* "coords": {
* "latitude": [Double],
* "longitude": [Double],
Expand Down