Change the color of roads in "google maps android api v2"

I would like to know if there is the equivalent of javascript api v3: Stylized maps Because I need to change the color of the roads and would like to mask the road marks.

Is this possible from android v2 api?

I tried using javascript v3 api to fix a use-case problem, but my application needs to tilt, like this , and it looks like there is no tilt for javascript v3 api :(.

Finally, someone has a solution: add tilt to javascript v3 api for ROADMAP and / or change the color of roads in android v2 api

Thanks: D

0
source share
1 answer

Unfortunately, at the moment you cannot perform any of these actions. JavaScript Maps API does not support rollover; Android v2 API does not support decorated maps.

+1
source

Source: https://habr.com/ru/post/1494110/


All Articles