Package 

Class Coordinates


  • 
    public final class Coordinates
    
                        

    A 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).

    • Method Summary

      Modifier and Type Method Description
      final Double getLat()
      final Double getLng()
      final Double getAlt()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait