Latitude and longitude coordinates

Hierarchy

  • LatLon

Constructors

Properties

Methods

Constructors

  • Constructs a latitude, longitude coordinate

    Parameters

    • lat: number

      Latitude

    • lon: number

      Longitude

    Returns LatLon

Properties

lat: number

Latitude

lon: number

Lomgitude

Methods

  • Compares this content to another object's

    Parameters

    • rhs: LatLon

      object to compare to this

    Returns boolean

    True if rhs' contents are the same as this

Generated using TypeDoc