Type Alias LanguageGeocodingOptions

type LanguageGeocodingOptions = {
    language?: string | string[] | LanguageInfo | LanguageInfo[];
}
Index

Properties

Properties

language?: string | string[] | LanguageInfo | LanguageInfo[]

Prefer results in specific language. It’s possible to specify multiple values.

Was this helpful?

Client JS
Reference
LanguageGeocodingOptions