Optional
Readonly
floorThe floor ID of the coordinate.
Readonly
latitudeThe latitude of the coordinate.
Readonly
longitudeThe longitude of the coordinate.
Checks if this coordinate is equal to another coordinate.
The coordinate to compare with.
True if coordinates are equal, false otherwise.
Static
isChecks if the provided instance is of type Coordinate.
The instance to check.
True if the instance is a Coordinate, false otherwise.
Class representing a pseudo-mercator coordinate.
The Pseudo-Mercator projection is a type of cylindrical and conformal map projection. It is identified as EPSG:3857 (https://epsg.io/3857). This projection is a modified version of the traditional Mercator projection, which is commonly used in marine navigation.