[[geo-queries]] == Geo queries Elasticsearch supports two types of geo data: <> fields which support lat/lon pairs, and <> fields, which support points, lines, circles, polygons, multi-polygons, etc. The queries in this group are: <> query:: Finds documents with geoshapes or geopoints which intersect the specified rectangle. <> query:: Finds documents with geoshapes or geopoints within the specified distance of a central point. <> query:: Finds documents with: * Geoshapes or geopoints which intersect the specified geohash * Geoshapes or geopoints which intersect the specified map tile * Geopoints which intersect the specified H3 bin <> query:: Find documents with geoshapes or geopoints which intersect the specified polygon. <> query:: Finds documents with geoshapes or geopoints which are related to the specified geoshape. Possible spatial relationships to specify are: intersects, contained, within and disjoint. include::geo-bounding-box-query.asciidoc[] include::geo-distance-query.asciidoc[] include::geo-grid-query.asciidoc[] include::geo-polygon-query.asciidoc[] include::geo-shape-query.asciidoc[]