Skip to main content

GeoRadiusInput (Input)

Description

GeoRadiusInput class is used to filter fields of type geo-point. It allows specifying a radius with a center geographical point.



Fields

NameDescription
center - GeoPointInput!Center point of the radius
radius - Float!Radius distance from the center point

input GeoRadiusInput {
center: GeoPointInput!
radius: Float!
}