FeatureType
of this Feature
.
Fetches a Place
for this PlaceFeature
. In the
resulting Place
object, the id
and the
displayName
properties will be populated. The display name
will be in the language the end user sees on the map. (Additional fields
can be subsequently requested via Place.fetchFields()
subject to normal Places API enablement and billing.) Do not call this
from a FeatureStyleFunction
since only synchronous
FeatureStyleFunctions are supported. The promise is rejected if there was
an error fetching the Place
.
Generated using TypeDoc
An interface representing a feature with a place ID which includes features of type google.maps.FeatureType.ADMINISTRATIVE_AREA_LEVEL_1, google.maps.FeatureType.ADMINISTRATIVE_AREA_LEVEL_2, google.maps.FeatureType.COUNTRY, google.maps.FeatureType.LOCALITY, google.maps.FeatureType.POSTAL_CODE, and google.maps.FeatureType.SCHOOL_DISTRICT.