Geofence definition
Whether the object is bookmarked.
Coordinates obtained from the geometry
Possible values: >= 2, <= 2
How the geofence has been created;
Mmanual;Aautogenerated internally;Fimported from file
Possible values: [A, F, M]
Total trips per square kilometer
An arbitrary description of the geofence.
geometry object
Geometry definition in GEOJson form
Geometry definition in GEOJson form
Possible values: []
A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n, where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.
User-friendly geofence name.
URI of a project that this geofence belong to
Enables or disables the geofence, where A stands for Active and I for Inactive.
Possible values: [A, I]
Geofence tags
Total trips executed within the geofence
Creation timestamp of an object
id object
Identifier of the object
- integer
- uuid
Can be integer
Can be UUID
Last modification timestampo of the object
URI of the object instance
{
"bookmarked": true,
"coordinates": [
0
],
"creation_type": "A",
"density": 0,
"description": "string",
"geometry": {
"type": "Feature",
"bbox": [
0
]
},
"key": 0,
"name": "string",
"project": "string",
"status": "A",
"tags": [
"string"
],
"trips": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"id": 0,
"modified_at": "2024-07-29T15:51:28.071Z",
"resource_uri": "string"
}