Package version:

Interface SearchBaseOptions

Base options for search operations

Hierarchy

Properties

extendedPostalCodesFor?: Object

Indexes for which extended postal codes should be included in the results

language?: string

Language in which search results should be returned.

localizedMapView?: string

The View parameter (also called the "user region" parameter) allows you to show the correct maps for a certain country/region for geopolitically disputed regions.

skip?: number

Starting offset of the returned results within the full result set. Default: 0, minimum: 0 and maximum: 1900

top?: number

Maximum number of responses that will be returned. Default: 10, minimum: 1 and maximum: 100

Generated using TypeDoc