Package 

Class Point


  • 
    public final class Point
    
                        

    A data class representing a single point in a coordinate system. Coordinates are stored as (latitude, longitude).

    This class is platform-agnostic and does not rely on any specific mapping SDK.

    • 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