On Sep 5, 9:28 pm, allhen <[email protected]> wrote: > HI, i want display multiple polylines but when read the xml is not > showed ..
Where is your map? http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines http://groups.google.com/group/google-maps-api/web/why-including-a-link-is-critical > var flightPath = new google.maps.Polyline({ > path: flightPlanCoordinates, > strokeColor: "#000099", > strokeOpacity: 1.0, > strokeWeight: 2 > }); > flightPath.setMap(map); This is v3 code, this is the v2 group. The v3 group is: http://groups.google.com/group/google-maps-js-api-v3/topics > this code work fine!! Then what is the problem? -- 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=en.
