DarkLeafyGreen
DarkLeafyGreen

Reputation: 70406

Color a Google Map, Android

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/

Upvotes: 1

Views: 1351

Answers (2)

RedBlueThing
RedBlueThing

Reputation: 42522

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.

Upvotes: 1

Rushyo
Rushyo

Reputation: 7604

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/

Upvotes: 0

Related Questions