nitaliano / react-native-mapbox-gl

A Mapbox GL react native module for creating custom maps
Other
2.16k stars 697 forks source link

Small documentation fix #1456

Closed ibesora closed 5 years ago

ibesora commented 5 years ago

Modifies the MapView documentation to better reflect that queryRenderedFeaturesAtPoint and queryRenderedFeaturesInRect are async methods and they should be called with await.

kristfal commented 5 years ago

Looks good.