locar-tiler
    Preparing search index...

    Class LonLat

    Represents a longitude/latitude.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Creates a LonLat.

      Parameters

      • lon: any

        the longitude.

      • lat: any

        the latitude.

      Returns LonLat

    Properties

    lat: number

    the latitude.

    lon: number

    the longitude.

    Methods

    • Returns a string representation of the LonLat.

      Returns string

      the string representation.