duncan
duncan

Reputation: 31912

New featureType?

Anyone know what featureType this icon is (at The Hive)?

enter image description here

If I remove all 'poi' types, it disappears. Using:

featureType: "poi",
elementType: "labels",
stylers: [
    { visibility: "off" }
]

However if I individually remove all the sub-types listed here: https://developers.google.com/maps/documentation/javascript/reference#MapTypeStyleFeatureType

then it still appears. Are some POI elements on the map not of any of the sub-types, and just belong to the POI parent type?

Upvotes: 1

Views: 3732

Answers (1)

duncan
duncan

Reputation: 31912

In fact the answer is, yes,

"Note however that parent features may include some additional features that are not included in one of their child feature types."

https://developers.google.com/maps/documentation/javascript/reference#MapTypeStyleFeatureType

Upvotes: 3

Related Questions