opencage-api-client
    Preparing search index...

    Type Alias GeocodingOptions

    GeocodingOptions type

    Represents the options object for the geocoding request

    type GeocodingOptions = {
        proxyURL?: string;
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    proxyURL?: string

    The URL of the proxy server to use for the request. If provided, the API key can be omitted from the request.

    signal?: AbortSignal

    The AbortSignal to cancel the request.