Options
All
  • Public
  • Public/Protected
  • All
Menu

Identifiers for feature types.

Access by calling const {FeatureType} = await google.maps.importLibrary("maps"). See https://developers.google.com/maps/documentation/javascript/libraries.

Index

Enumeration Members

ADMINISTRATIVE_AREA_LEVEL_1: "ADMINISTRATIVE_AREA_LEVEL_1"

Indicates a first-order civil entity below the country level.

ADMINISTRATIVE_AREA_LEVEL_2: "ADMINISTRATIVE_AREA_LEVEL_2"

Indicates a second-order civil entity below the country level.

COUNTRY: "COUNTRY"

Indicates the national political entity.

DATASET: "DATASET"

Indicates a third-party dataset.

LOCALITY: "LOCALITY"

Indicates an incorporated city or town political entity.

POSTAL_CODE: "POSTAL_CODE"

Indicates a postal code as used to address postal mail within the country. Includes zip codes.

SCHOOL_DISTRICT: "SCHOOL_DISTRICT"

Indicates a school district.

Generated using TypeDoc