locar-tiler
    Preparing search index...

    Class LonLat

    Represents a longitude/latitude.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Creates a LonLat.

      Parameters

      • longitude: any

        the longitude.

      • latitude: any

        the latitude.

      Returns LonLat

    Properties

    latitude: number

    the latitude.

    longitude: number

    the longitude.

    Methods

    • Returns a string representation of the LonLat.

      Returns string

      the string representation.