Class GeolocationConstraint (0.16.0)

GeolocationConstraint(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Constraint of a geolocation field. Name of the geolocation field as defined in the schema.

Attributes

Name Description
field_name str
The name of the geolocation field as defined in the schema.
address str
The reference address that was inferred from the input query. The proximity of the reference address to the geolocation field will be used to filter the results.
latitude float
The latitude of the geolocation inferred from the input query.
longitude float
The longitude of the geolocation inferred from the input query.
radius_in_meters float
The radius in meters around the address. The record is returned if the location of the geolocation field is within the radius.