-
public final class CoordinatesA data class representing a single geographical coordinate.
This class holds the latitude, longitude, and an optional altitude value. The order of properties is (latitude, longitude) to align with common mapping SDKs, even though GeoJSON specifies (longitude, latitude).
-
-
Constructor Summary
Constructors Constructor Description Coordinates(Double lat, Double lng, Double alt)
-