Interface RectangleOptions

Options to search within a rectangular region.

interface RectangleOptions {
    max: LatLon;
    min: LatLon;
}

Properties

Properties

max: LatLon

The maximum latitude and longitude of the rectangle.

min: LatLon

The minimum latitude and logitude of the rectangle.

Generated using TypeDoc