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.

Hierarchy

  • GeocoderComponentRestrictions

Index

Properties

administrativeArea?: string

Matches all the administrative_area levels. Optional.

country?: string

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

locality?: string

Matches against both locality and sublocality types. Optional.

postalCode?: string

Matches postal_code and postal_code_prefix. Optional.

route?: string

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

Generated using TypeDoc