Hi!

I wonder if it's possible to show a group och polylines later when the
map is already loaded? My thought was to just activate the polylines
with a call to a function like I have tested below. But this didn't
work. It it possible? If yes what have I done wrong?

Thanks!

function showWalkingPath1() {
var walkingPath = new google.maps.Polyline({
path: walkingCoordinates,
strokeColor: '#ED00FF',
strokeOpacity: 0.5,
strokeWeight: 8
});

walkingPath.setMap(map);
}// End function showWalkingPath1

-- 
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.

Reply via email to