Map link: http://rigstat.net/maptest.html

I'm successfully reading an XML file for lat/lon's and displaying
markers. I'm having trouble creating polylines between those same
marker points.

Line 106 is the apparent problem, which is supposed to push the
GLatLng into an array. The array is then passed to GPolyline after the
loop.

When I hard code values in the array push (instead of using the XML
data), the polyline display works.

Since the same GLatLng XML data is used in the line above for the
markers, I don't see why it won't work with GPolyline.

Any ideas on what am I missing?

Bob

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

Reply via email to