> And then encode them so I can easily store on the database? Hmm.. yeah, > that's a nice solution! But I was hopping to have an method (native) to do > this job (directly convert the GPolyline object into encoded string). I'll > implement it and post here, maybe it's gonna be useful for someone else! ;)
You might want to look at the code inside http://gmaps-utility-library-dev.googlecode.com/svn/trunk/geometrycontrols/examples/test.html which includes the bare-bones of "saving a polyline". Then you just have to plug those lat/longs into the existing javascript encoding utility. -- 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.
