Information about a circular geofence. This field is only needed if the geofence is a circle.
Name | Type | Description | Notes |
---|---|---|---|
latitude | float | Latitude of the address. Will be geocoded from `formattedAddress` if not provided. | [optional] |
longitude | float | Longitude of the address. Will be geocoded from `formattedAddress` if not provided. | [optional] |
radius_meters | int | The radius of the circular geofence in meters. |