Options
All
  • Public
  • Public/Protected
  • All
Menu

GeocoderComponentRestrictions represents a set of filters that resolve to a specific area. For details on how this works, see Geocoding Component Filtering.

see

Maps JavaScript API

Hierarchy

  • GeocoderComponentRestrictions

Index

Properties

Optional administrativeArea

administrativeArea: undefined | string

Matches all the administrative_area levels.

see

Maps JavaScript API

Optional country

country: undefined | string | string[]

Matches a country name or a two letter ISO 3166-1 country code.

see

Maps JavaScript API

Optional locality

locality: undefined | string

Matches against both locality and sublocality types.

see

Maps JavaScript API

Optional postalCode

postalCode: undefined | string

Matches postal_code and postal_code_prefix.

see

Maps JavaScript API

Optional route

route: undefined | string

Matches the long or short name of a route.

see

Maps JavaScript API

Generated using TypeDoc