On Aug 31, 10:16 am, YeeFung Man <[email protected]> wrote: > hi,i have a problerm about transform v2 to b3. > this code can run at v2,and how to transform. >
Where is the map that you tried to port but doesn't work? http://groups.google.com/group/google-maps-js-api-v3/t/2b3f101fd509919e > var polyline1_1 = new GPolyline.fromEncoded({ v3 does not support encoded polylines or polygons, you will have encode/decode them yourself. Mark McClure has code to do that here: http://facstaff.unca.edu/mcmcclur/GoogleMaps/EncodePolyline/ The other obvious difference is the "G*" namespace is no longer supported, it translates to google.maps.* for the most part (if the functionality exists in v3). -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
