Biggest difference I found when moving over was that anything that was previously G... like GMarker is no longer shorthanded and is now defined as google.maps.Marker. Same goes for just about everything. Other than that some of the changes are pretty significant and others not so much. All in all it really depends on how big your code that was using the v2 of the API is.
On Mon, Sep 13, 2010 at 4:42 PM, [email protected] <[email protected]>wrote: > On Sep 13, 1:01 pm, knowicka <[email protected]> wrote: > > hi! > > is there a quick way to convert code which includes api v2 function to > > api v3. > > Not really. To first order, change the G* namespace to google.maps.* > (unless you were already using that namespace). Then address the > differences. There are things that don't exist (GDownloadUrl, GXml, > GXmlHttp, ...), and things that have been changed (directions, > polylines, polygons, markers ...) > > > do i have to do this manually > > That is the only way I know of. > > > or is there any programm that would be helpful in this case. > > Not that I know of. It probably would be helpful if there was a guide > to the differences (like they had when they went from v1 to v2). > > --- Larry > > > Thak you in advance for your help. > > > > KN > > -- > 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]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- 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.
