Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 760 Bytes

File metadata and controls

17 lines (12 loc) · 760 Bytes

WithinDistanceOfQuery

Returns objects where the specified field contains a point within the distance provided of the center point. Allows you to specify a property to query on by a variety of means. Either field or propertyIdentifier must be supplied, but not both.

Properties

Name Type Required Description
field Optional[PropertyApiName] No
property_identifier Optional[PropertyIdentifier] No
value CenterPoint Yes
type Literal["withinDistanceOf"] Yes None

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