Can anyone give me some basic directions to keep me going?
My general requirements for this application
- country street map (ok)
- Six different categories of PINS for volunteers to use eg Lost, Found, Alert etc (no idea how to provide that
- Pin category filter to show on the map
- permanent pins and non permanent
- it will also be linked to website
Are there any tutorials or advice you can provide to help get me going on this project?
I would check out appcelerator.com it’s mobile development product titanium I think has everything your looking for. Maps are quite easy to do in it and the pins your talking about are called annotations in the API you are able to specify images for them, this could be how you categorise them by showing a diff color or image all together, then by using an SQLite db in ur app you can make a list of them and pull out which ever ones you need.