Hi. I haven’t been on the forums for a over a year. I am back now with a question. Is their a way to use map view and mark stuff on the map for everyone who uses the app to see. Similar to Pokemon go.
Best Regards,
Tyler Jacobson.
Hi. I haven’t been on the forums for a over a year. I am back now with a question. Is their a way to use map view and mark stuff on the map for everyone who uses the app to see. Similar to Pokemon go.
Best Regards,
Tyler Jacobson.
Like the pokestops in poekmon go.
You can put pins on a mapView and they can be custom images.
See https://github.com/coronalabs-samples/business-app-sample
Rob
Thanks for the reply and Also what would I use to make this viewable on multiple devices. Basicly multiplayer?
You will need some level of online data storage so your app can query items near you and be able to have items added to that database. It could be done with a couple of (or few) PHP scripts and a MySQL database.
Rob
Like the pokestops in poekmon go.
You can put pins on a mapView and they can be custom images.
See https://github.com/coronalabs-samples/business-app-sample
Rob
Thanks for the reply and Also what would I use to make this viewable on multiple devices. Basicly multiplayer?
You will need some level of online data storage so your app can query items near you and be able to have items added to that database. It could be done with a couple of (or few) PHP scripts and a MySQL database.
Rob