Does anyone know if there is a PG like tool which will help me make an app for camping/hiking routes? As in it's mostly a map, with some filters and it finds nearby locations.
Been looking around but it goes from "learn to code' straight to 'map technology' to 'map access api' which combines to be pretty darn hard.
There are some examples of how to draw routes, markers etc on maps using google maps API at https://developers.google.com/maps/documentation/javascript/... and similar. Once you get it working on a webpage it's fairly simple to convert to an app using Phonegap. I made an app that way for finding bars open - kinda works ok. ('late bars london')
I don't know if pg has changed significantly, but good maps were very hard to do when I looked at them seriously 2 years ago. Few a map centric app, JavaScript maps just don't cut it in production, an native plugins just weren't available for Android.
Been looking around but it goes from "learn to code' straight to 'map technology' to 'map access api' which combines to be pretty darn hard.
Cheers