Hi--
If you have a clickable polyline, should it work on iPhone and touch devices
out of the box? I seem to recall that it was working on my site, however,
doesn't seem to work with the 3.3 and 3.4 releases. Anything special to do?
var poly=new google.maps.Polyline({clickable:true});
poly.setPath(path);
poly.setMap(map);
google.maps.event.addListener(poly,'click',polyClick);
Looking at the change log, it seems like it should have gotten better with
the 3.4 releases. Thoughts? Thanks.
Eric
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.