CreateGeofenceRequest
- Type: string
external Id requiredThe unique ID of this resource in your application.
- Type: string
name required - Type: array (number | string)[] | null
center For a circle geofence, the longitude and latitude of the center of the circle.
- Type: array (array (number | string)[])[] | null
points For a polygon geofence, the longitude/latitude pairs of the outside of the geofence.
- Type: null | number | string
radius Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: doubleFor a circle geofence, the radius of the circle (in meters).