GeoRadiusPropertyFilterInput
Last edit: Mar 18, 2024
No description
type GeoRadiusPropertyFilterInput {
point: GeometryJSON
radius_in_km_from_property: String
}
Fields
point
(GeometryJSON
)
GeoJSON Object: of type Point, MultiPoint, LineString, Polygon. example: { type: "Point", coordinates: [-84.3, 39.8] }
. Read documentation for more
radius_in_km_from_property
(String
)
property name with value for radius distance. Property has to be of float type. Value has to be km
unit.