On Nov 11, 5:18 pm, JD <[email protected]> wrote: > Okay, so before learning a lot of the Google Maps API I was wondering > if this is possible with the API: > > Highlight certain streets and make them links (eg. Happy Street is > highlighted and when someone clicks on it it will bring them to a > url). >
That functionality is not included in the API. You can (if it is not a large number), draw polylines over the streets to highlight them and add click listeners to those. -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=.
