fieldnotesai
Preparing search index...
src/services/locationMonitorService
LocationEvent
Type Alias LocationEvent
Provides functionality for location event.
type
LocationEvent
=
{
accuracyM
:
number
|
null
;
capturedAt
:
string
;
distanceFromOriginM
:
number
;
latitude
:
number
;
longitude
:
number
;
sessionKey
:
string
;
trigger
:
"interval"
|
"geofence_crossed"
|
"geofence_stable"
;
}
Index
Properties
accuracy
M
captured
At
distance
From
Origin
M
latitude
longitude
session
Key
trigger
Properties
accuracy
M
accuracyM
:
number
|
null
captured
At
capturedAt
:
string
distance
From
Origin
M
distanceFromOriginM
:
number
latitude
latitude
:
number
longitude
longitude
:
number
session
Key
sessionKey
:
string
trigger
trigger
:
"interval"
|
"geofence_crossed"
|
"geofence_stable"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accuracy
M
captured
At
distance
From
Origin
M
latitude
longitude
session
Key
trigger
fieldnotesai
Loading...
Provides functionality for location event.