Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

featureType: FeatureType

FeatureType of this Feature.

placeId: string

Methods

  • 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.

    Returns Promise<google.maps.places.Place>

Generated using TypeDoc