OK, that line is now: var point = pointZ[ i ]; The new wasn't needed since the LatLon array already declares each entry. But I'm still stumped on trying to display multiple polylines.
Thanks for looking, Jeff On Nov 2, 10:14 am, "[email protected]" <[email protected]> wrote: > On Nov 2, 6:44 am, Jeff <[email protected]> wrote: > > > If this is what you mean, I tried substituting ' " ... " ' for > > "\" ... \""; in the array entries but that didn't work; no spaces > > between single and double quote - I just typed in this response for > > clarity. > > > I'm googling for explanations on why double escaping would work. The > > original quote did correctly show the "..." in the encoded poly when I > > printed it out to the screen, so the quotes are being concatenated to > > the string in the array entry. > > > Thanks for your reply > > My browser complains about this line: > var point = new pointZ[ i ]; > > It doesn't know what to do with "new pointZ[i]" > > -- Larry > > > On Nov 2, 8:27 am, "maps.huge.info [Maps API Guru]" <[email protected]> > > wrote: > > > > Have you tried double escaping your backslashes? (\\) > > > > Have you tried using a combination of single and double quotes instead > > > of escaping your quotes? > > > > -John Coryat > > > >http://maps.huge.info > > > >http://www.usnaviguide.com > > > >http://www.zipmaps.net-Hide quoted text - > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
