Constructors
constructor
- new BoundingBox(minLatitude, maxLatitude, minLongitude, maxLongitude): BoundingBox
Parameters
minLatitude: number
maxLatitude: number
minLongitude: number
maxLongitude: number
Properties
maxLatitude
maxLatitude: number
maxLongitude
maxLongitude: number
minLatitude
minLatitude: number
minLongitude
minLongitude: number
Methods
Private
checkLatitude
- checkLatitude(lat): void
Returns void
Private
checkLongitude
- checkLongitude(lon): void
Returns void