@squawk
    Preparing search index...

    Interface Coordinates

    A geographic position specified by latitude and longitude in decimal degrees.

    interface Coordinates {
        lat: number;
        lon: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    lat: number

    Latitude in decimal degrees. Positive values are north, negative values are south.

    lon: number

    Longitude in decimal degrees. Positive values are east, negative values are west.