Grid Constants

Hierarchy

  • GridConstants

Constructors

Properties

BAND_LETTER_OMIT_I: "I" = 'I'

Omitted band letter 'I'

BAND_LETTER_OMIT_O: "O" = 'O'

Omitted band letter 'O'

EAST_CHAR: "E" = 'E'

East single character as a string

MAX_LAT: 90 = 90.0

Maximum latitude

MAX_LON: 180 = 180.0

Maximum longitude

MAX_MAP_ZOOM_LEVEL: 21 = 21

Max map zoom level

MIN_LAT: -90 = -90.0

Minimum latitude

MIN_LON: -180 = -180.0

Minimum longitude

NORTH_CHAR: "N" = 'N'

North single character as a string

SOUTH_CHAR: "S" = 'S'

South single character as a string

WEST_CHAR: "W" = 'W'

West single character as a string

Generated using TypeDoc