Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GeoRect

A GeoRect represents a rectangular geographical area. The area is defined by two longitudes (west, east) and two latitudes (north, south).

Hierarchy

  • GeoRect

Index

Constructors

Properties

Constructors

constructor

  • new GeoRect(minLon: number, minLat: number, maxLon: number, maxLat: number): GeoRect
  • Parameters

    • minLon: number

      minimum longitude (west)

    • minLat: number

      minimum latitude (south)

    • maxLon: number

      maximum longitude (east)

    • maxLat: number

      maximum latitude (north)

    Returns GeoRect

Properties

maxLat

maxLat: number

maximum latitude, the north-most latitude in degrees of the rectangular area

maxLon

maxLon: number

maximum longitude, the east-most longitude in degrees of the rectangular area

minLat

minLat: number

minimum latitude, the south-most latitude in degrees of the rectangular area

minLon

minLon: number

minimum longitude, the west-most longitude in degrees of the rectangular area

Generated using TypeDoc