React Native - the multi-platform equivalent of OpenLayers for still images

I am creating a React Native app for iOS and Android. Our prototype on the Internet uses OpenLayers 3 to display contacts on a static image (rather than on a map). In fact, we use all the sugar maps (zooming, panning, and most importantly, marker pins), but without all the geographical foundations.

OpenLayers 3 works well for this on the Internet - we give it an image and some GeoJSON for markers.

Does anyone have any ideas of a good way to do this in their own? Of course, in the worst case scenario, we could use a web view for OpenLayers, but I thought there might be a more elegant solution.

+4
source share

Source: https://habr.com/ru/post/1620088/


All Articles