> > From: bratliff
> > It baffles me why people use an array of [new GLatLng(Lat,Lon)]
> > objects instead of an array of [{x:Lon,y:Lat}] objects to build a
> > GPoly object. The speed advantage of GPoly.fromEncoded() vanishes
> > with the later approach.
> From: Neil.Young
> I kept this statement in my mind, until it's time to give it
> a try. But I can't make it work. Could you please provide a
> code line sample?
I have a hunch that Berry meant { lat:nnn, lng:nnn }, not { x:nnn, y:nnn }.
You might try that and see if it works better.
-Mike
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---