Is there a way to change the map data for the Android Google Map API?
- by Mannaz
I need to use a different datasource inside a map in Android than the google provided data. Is there a way to change the datasource to a tile based service (openstreetmap.org for example)?
Or are there other Android map APIs which are OpenSource and can be adapted (except Ericcson Mobile Maps - this doesn't work for me because of the licence)?
It doesent have to have a server side part - a rich function library would be enough.