Library API
    Preparing search index...

    Interface GeoLookupResult

    interface GeoLookupResult {
        city?: string;
        country?: string;
        elevation?: number;
        error?: string;
        lat?: number;
        latitude?: number;
        lng?: number;
        longitude?: number;
        sphere?: GeoSphere;
        status?: string;
        timezone?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index
    city?: string
    country?: string
    elevation?: number
    error?: string
    lat?: number
    latitude?: number
    lng?: number
    longitude?: number
    sphere?: GeoSphere
    status?: string
    timezone?: string