Hi,
I just started with AppGameKit and it´s awesome. We are creating an app for iOS and Android where we need an interactive map, like Google Maps or OpenStreetMap with 20 POIs.
Does anyone has an idea how to do this? I already found some code to download images of Google Maps, but my idea is going further than this.
We want to:
- create clickable POIs (you can click on them and get to another scene in the app with details about the POI)
- show the position of the user in realtime via GPS
- zoom in and out, drag the map.
Simply like the behavior in the app of Google Maps.
The other way would be to integrate a window, where the map is shown - Like a browser inside the app. But when I integrate a browser with a map on a server is it possible to make the POIs clickable, so you can change to another scene inside the app?
Is one of these ways even possible?
Thank you very much for your help. There is a picture what I mean: I integrated in Google Maps some POIs and an own little image of a part of the map. Now I want to use this somehow in the app.