Is there any possibility to highlight a street using the Google Maps API? I want to set a color on a street, similar as it is done in the navigation function of Google Maps.
If there is no generic implementation for this - and I guess there probably isn't - is there any good/simple solution for this? The only thing I could think of was reverse geocoding coordinates and see if those coordinates resolve to the street I want to color and if they did I would then draw some color on to those points. But this is a really ugly solution. ;-)
I hope some clever genious can help me!