Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 743 Bytes

AddressGeofenceCircle.md

File metadata and controls

13 lines (9 loc) · 743 Bytes

AddressGeofenceCircle

Information about a circular geofence. This field is only needed if the geofence is a circle.

Properties

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.

[Back to Model list] [Back to API list] [Back to README]