I'm looking to create a polyline on Google maps by just passing Google a street name. Google would then highlight the entire street within that city.
I know how to create polylines in general by passing LatLong coords. Can the Geocode class be used maybe to get the all the coordinates of that street in order to create the polyline?
I also considered using the Navigation functionality, but all I'm really looking to do is hightlight a street.
Any and all ideas welcome.