I am working on an android app that uses google maps. now I would like to know whether there is a possibility to color a google map e.g. have a different color for roads and other shapes.
E.g have something like this http://odopod.com/contact/
I am working on an android app that uses google maps. now I would like to know whether there is a possibility to color a google map e.g. have a different color for roads and other shapes.
E.g have something like this http://odopod.com/contact/
You can do this using the Flash API. Pretty sure the other APIs don't have it: http://blog.jactionscripters.com/2009/05/20/color-your-google-maps-flash-monochrome/
What you after is Styled Maps. This was introduced in the Javascript API recently, so I am pretty sure this functionality is not available a MapView on Android. You could do this with a Javascript based Google Map inside an Android WebView.