Type alias CommonForwardAndReverseGeocodingOptions

CommonForwardAndReverseGeocodingOptions: LanguageGeocodingOptions & {
    apiKey?: string;
    limit?: number;
    types?: ("country" | "region" | "subregion" | "county" | "joint_municipality" | "joint_submunicipality" | "municipality" | "municipal_district" | "locality" | "neighbourhood" | "place" | "postal_code" | "address")[];
}

Generated using TypeDoc