Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

  • new GeoBox(lngMin: number, latMin: number, lngMax: number, latMax: number): GeoBox

Properties

Readonly latMax

latMax: number

Readonly latMin

latMin: number

Readonly lngMax

lngMax: number

Readonly lngMin

lngMin: number

Accessors

bounds

center

east

  • get east(): number

north

  • get north(): number

northEast

northWest

south

  • get south(): number

southEast

southWest

west

  • get west(): number

Methods

contains

debug

  • debug(output: Output<unknown>): void

equals

  • equals(that: unknown): boolean

equivalentTo

  • equivalentTo(that: unknown, epsilon?: number): boolean

hashCode

  • hashCode(): number

interpolateTo

intersects

isDefined

  • isDefined(): boolean

project

toAny

toString

  • toString(): string

union

Static fromAny

Static fromInit

Static globe

Static of

  • of(lngMin: number, latMin: number, lngMax?: number, latMax?: number): GeoBox

Static undefined

Generated using TypeDoc