You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a tileset imported to the custom map style. How can I implement an onPress handler to get all of the feature properties? When I log all the info from MapView's onPress handler, I get only {"geometry": {"coordinates": [14.440661022477684, 50.0710655157215], "type": "Point"}, "properties": {"screenPointX": 214.66665649414062, "screenPointY": 538}, "type": "Feature"}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a tileset imported to the custom map style. How can I implement an onPress handler to get all of the feature properties? When I log all the info from MapView's onPress handler, I get only
{"geometry": {"coordinates": [14.440661022477684, 50.0710655157215], "type": "Point"}, "properties": {"screenPointX": 214.66665649414062, "screenPointY": 538}, "type": "Feature"}
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions