Class GeoBoundingBoxQuery


  • public class GeoBoundingBoxQuery
    extends SearchQuery
    A FTS query which allows to match geo bounding boxes.
    Since:
    2.4.5
    Author:
    Michael Nitschinger
    • Constructor Detail

      • GeoBoundingBoxQuery

        public GeoBoundingBoxQuery​(double topLeftLon,
                                   double topLeftLat,
                                   double bottomRightLon,
                                   double bottomRightLat)