allCoordinatesPossiblyWGS84

Function

Checks coordinate or coordinate array to determine if all coordinates are possibly WGS84. This is a best effert attempt, not a guarantee.

Checks coordinate or coordinate array to determine if all coordinates are possibly WGS84. This is a best effert attempt, not a guarantee.

  • allCoordinatesPossiblyWGS84(bboxOrCoordinates: number[][] | number[]) : boolean

Parameters

Parameter Type Default Notes
bboxOrCoordinates Required number[][] | number[]

Returns

boolean

Function defined in common/src/extent.ts:201