Magpie HTML - v0.1.3
    Preparing search index...

    Interface GeoPosition

    Geographic coordinates.

    Latitude and longitude coordinates.

    interface GeoPosition {
        latitude: number;
        longitude: number;
    }
    Index

    Properties

    Properties

    latitude: number

    Latitude in decimal degrees

    longitude: number

    Longitude in decimal degrees