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