jadnco / locus

🏎️ Experimental car spotting app. This was an exercise to help me learn React Native + Flow.
0 stars 0 forks source link

Integrate Map #23

Closed jadnco closed 8 years ago

jadnco commented 8 years ago

Now that photo uploads are working we can draw geographic data onto a map.

The react-map-gl component should be used.

What needs to be done to close this issue:

jadnco commented 8 years ago

Started implementing react-native-mapbox-gl, just need to get it linked up with Xcode as it's saying the library can't be found.

https://github.com/mapbox/react-native-mapbox-gl/issues/297

jadnco commented 8 years ago

Mapbox is awesome, but I don't think I will be using it. It just limits the ability to draw custom markers. And it would cost $500/mo if the app were to go on sale in the app store.

I'm now taking a look at: https://github.com/lelandrichardson/react-native-maps

jadnco commented 8 years ago

Got the MapView all set up with SpotCard. I'm thinking of adding some more data, like what direction that car was heading – a short path would be drawn onto the map with an arrow.

photo 2016-03-16 16 21 08

jadnco commented 8 years ago

Everything in the initial checklist has been completed. Closing this issue and will open another if any improvements need to be made.