I want to develop an Android application where I present users with a map with some markers. On the basis of a question they select a marker which is then evaluated as correct or wrong. Now the problems:
This can be implemented with Google Maps Android API v2
:
- But problem is that I am not able to hide country, state or continent names. That takes away the purpose of the game. Can I blur out the names? Can I prevent zoom?
Using WebViews
and Google Maps in WebView
:
- Problem is that markers cannot be made clickable for this. How can I do this. Plus where is javascript coding done? Could I have tutorials for this?
Using offline maps.
Is that a possibility. Can I put markers on it, and know where user clicked?
The application "Geography Learning Game" does it nicely, and it also has Google written at the bottom, so they are using Google maps only. http://goo.gl/obE1fB
Answering any of the above will solve my problem. Please reply with code.