Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents geographical coordinates.

    interface GeoCoordinates {
        elevation: number;
        latitude: number;
        longitude: number;
        name: string;
        type: string;
    }
    Index

    Properties

    elevation: number

    The elevation of the location.

    latitude: number

    The latitude of the location.

    longitude: number

    The longitude of the location.

    name: string

    The name of the geographical coordinates.

    type: string

    The type of the geographical coordinates.