On Jul 5, 7:28 am, kan <[email protected]> wrote: > > we need two more parameters namely 'zoomfactor' and 'numlevels'. How > can I get these to parameters ?
They are fixed, albeit somewhat opaque. They are described here http://code.google.com/apis/maps/documentation/javascript/v2/reference.html#GPolyline.fromEncoded and better by Mark McClure at http://facstaff.unca.edu/mcmcclur/googlemaps/encodepolyline/description.html A ZoomFactor of 2 and NumLevels of 18 will probably suffice. Your polyline appears to be badly encoded though because the points string doesn't decode correctly. -- 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.
