Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapsGeofenceGeometry

Package version

The geofence geometry.

Hierarchy

  • MapsGeofenceGeometry

Index

Properties

deviceId

deviceId: string

ID of the device.

distance

distance: number

Distance from the coordinate to the closest border of the geofence. Positive means the coordinate is outside of the geofence. If the coordinate is outside of the geofence, but more than the value of searchBuffer away from the closest geofence border, then the value is 999. Negative means the coordinate is inside of the geofence. If the coordinate is inside the polygon, but more than the value of searchBuffer away from the closest geofencing border,then the value is -999. A value of 999 means that there is great confidence the coordinate is well outside the geofence. A value of -999 means that there is great confidence the coordinate is well within the geofence.

geometryId

geometryId: string

The unique ID for the geofence geometry.

nearestLat

nearestLat: number

Latitude of the nearest point of the geometry.

nearestLon

nearestLon: number

Longitude of the nearest point of the geometry.

udId

udId: string

The unique id returned from user upload service when uploading a geofence. Will not be included in geofencing post API.

Generated using TypeDoc