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