davidgalindo / react-native-arcgis-mapview

A basic ArcGIS port for React Native.
MIT License
49 stars 24 forks source link

Implement Heat map #2

Open samitha9125 opened 5 years ago

samitha9125 commented 5 years ago

First of all this is an amazing library and really helpful. However I'm wondering whether we can show a heat map based on points we show on the map ? I didn't try any code to implement that since I couldn't find anything regarding heat maps on guide. Is it possible with current release?

davidgalindo commented 5 years ago

Hello! 👋I'm glad the library has been useful to you! I've looked into heatmaps for iOS and it seems like you are right with regards to nothing being listed regarding heatmaps. The strange thing is that documentation is hidden for heatmaps. I'll take a look to see if there's anything I can do.

samitha9125 commented 5 years ago

Thank you for replying. Actually I need to show these points on Android mainly and need to support iOS as well. So I'm hoping whether your module has a documentation which will provide JS APIs to do these?