Google-maps – Google Maps API V3 – Highlight a single road/street

google mapsgoogle-maps-api-3

Is there a way to highlight a specified road or street using Google Maps API V3?

Here is an example of what I am trying to get (image from searching a place in google): example

Styled maps does not do what I want since it will apply to all roads. Polylines is an option but finding the coordinates can be a bit of a pain since they are not always complete.

Thanks.

Best Answer

It has already been discussed and I'm afraid you'll have to use polylines.

This might be useful though : Highlighting whole street with some maps API

Related Topic