opencage-api-client
    Preparing search index...

    Geographic coordinates (latitude and longitude)

    interface LatLng {
        lat: number;
        lng: number;
    }
    Index

    Properties

    Properties

    lat: number

    Latitude coordinate in decimal degrees

    lng: number

    Longitude coordinate in decimal degrees