CreateGeofenceRequest

  • externalId
    Type: string
    required

    The unique ID of this resource in your application.

  • name
    Type: string
    required
  • center
    Type: array (number | string)[] | null

    For a circle geofence, the longitude and latitude of the center of the circle.

  • points
    Type: array (array (number | string)[])[] | null

    For a polygon geofence, the longitude/latitude pairs of the outside of the geofence.

  • radius
    Type: null | number | string Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: double

    For a circle geofence, the radius of the circle (in meters).