Movements Rest API
- Source:
Members
(inner, constant) aggregationThreshold :number
how many points can browser handle before we have to aggregate data
Type:
- Source:
Methods
(static) fetchAggregatedMovements(since, until, id, min, max) → {Promise.<(void|never)>}
Parameters:
Name |
Type |
Description |
since |
|
|
until |
|
|
id |
|
|
min |
|
|
max |
|
|
- Source:
Returns:
-
Type
-
Promise.<(void|never)>
(static) fetchAggregatedMovementsCount(since, until, id, min, max) → {Promise.<(void|never)>}
Parameters:
Name |
Type |
Description |
since |
|
|
until |
|
|
id |
|
|
min |
|
|
max |
|
|
- Source:
Returns:
-
Type
-
Promise.<(void|never)>
(static) fetchAggregatedTrajectories(since, until, id, min, max) → {Promise.<(void|never)>}
Parameters:
Name |
Type |
Description |
since |
|
|
until |
|
|
id |
|
|
min |
|
|
max |
|
|
- Source:
Returns:
-
Type
-
Promise.<(void|never)>
(static) fetchMovements(since, until, id, min, max) → {Promise.<(void|never)>}
Parameters:
Name |
Type |
Description |
since |
|
|
until |
|
|
id |
|
|
min |
|
|
max |
|
|
- Source:
Returns:
-
Type
-
Promise.<(void|never)>
(static) fetchMovementsCount(since, until, id, min, max) → {Promise.<(void|never)>}
Returns Count of movements(points)
Parameters:
Name |
Type |
Description |
since |
|
|
until |
|
|
id |
|
|
min |
|
|
max |
|
|
- Source:
Returns:
-
Type
-
Promise.<(void|never)>
(static) fetchMovementsMinMax(since, until, id) → {Promise.<(void|never)>}
Returns minimum and maximum pixel difference for speed
Parameters:
Name |
Type |
Description |
since |
|
|
until |
|
|
id |
|
|
- Source:
Returns:
-
Type
-
Promise.<(void|never)>