Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 1.15 KB

GeocoderComponentRestrictions.md

File metadata and controls

40 lines (21 loc) · 1.15 KB

See html formatted version

GeocoderComponentRestrictions interface

google.maps.GeocoderComponentRestrictions interface

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

Properties

undefined

Type:  string

Matches all the administrative_area levels. Optional.

undefined

Type:  string

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

undefined

Type:  string

Matches against both locality and sublocality types. Optional.

undefined

Type:  string

Matches postal_code and postal_code_prefix. Optional.

undefined

Type:  string

Matches the long or short name of a route. Optional.