opencage-api-client
    Preparing search index...

    Individual geocoding result

    interface Result {
        annotations?: Annotations;
        bounds?: Bounds;
        components: Components;
        confidence: number;
        distance_from_q?: DistanceFromQuery;
        formatted: string;
        geometry: LatLng;
    }
    Index

    Properties

    annotations?: Annotations

    Additional data about the location

    bounds?: Bounds

    Bounding box containing the location

    components: Components

    Normalized components of the address

    confidence: number

    Confidence score from 0-10 (10 being the most confident)

    distance_from_q?: DistanceFromQuery

    Distance from the query point to the result (reverse geocoding only)

    formatted: string

    Human-readable formatted address

    geometry: LatLng

    Geographic coordinates