opencage-api-client
    Preparing search index...

    Degrees, minutes, seconds representation of coordinates

    interface DMS {
        lat: string;
        lng: string;
    }
    Index

    Properties

    Properties

    lat: string
    lng: string