Creates a new Coordinate instance.
Either a latitude number or a TCoordinateParams object containing coordinate details
Optional ReadonlyfloorThe floor ID of the coordinate.
ReadonlylatitudeThe latitude of the coordinate.
ReadonlylongitudeThe longitude of the coordinate.
ReadonlyverticalThe vertical position of the coordinate, offset from the floor.
Checks if this coordinate is equal to another coordinate.
The coordinate to compare with.
True if coordinates are equal, false otherwise.
Serializes the coordinate data to JSON.
An object representing the coordinate.
StaticisChecks 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.