@cercalia/sdk
    Preparing search index...

    Interface ReverseGeocodeResult

    Extended reverse geocoding result with all possible data

    interface ReverseGeocodeResult {
        censusId?: string;
        direction?: string;
        distance?: number;
        ge: GeocodingCandidate;
        km?: string;
        maxSpeed?: number;
        sigpac?: SigpacInfo;
        timezone?: TimezoneInfo;
    }
    Index

    Properties

    censusId?: string

    Census section ID (Spain only, when category='d00seccen')

    direction?: string

    Road direction (A=ascending/D=descending)

    distance?: number

    Distance from input coordinate to the feature in meters

    The geographic information as a GeocodingCandidate

    km?: string

    Milestone (KM) if available (for roads)

    maxSpeed?: number

    Maximum speed limit on the road in km/h

    sigpac?: SigpacInfo

    SIGPAC agricultural parcel info (Spain only, when category='d00sigpac')

    timezone?: TimezoneInfo

    Timezone information (when level='timezone')