On Oct 15, 4:14 pm, Gdaniels <[email protected]> wrote: > Hi, newbie here seeking help on creating a sidebar. The map is based on the > sample athttp://code.google.com/apis/maps/articles/phpsqlajax_v3.html. > > To view my map, first go tohttp://www.askdata.net/propmap/mapdata.phpand > do the demo. Property addresses are pasted into the text area. Upon click, > the the data is inserted into a mySQL database, geocoded, then the map page > athttp://www.askdata.net/propmap/mapinputbody.phpis launched displaying > the icons. > > I want a sidebar that displays the same information shown in the > InfoWindows. This would be similar to the API V2 Store Locator example at > http://code.google.com/apis/maps/articles/phpsqlsearch.html. The API V3 > Store Locator example does not include a sidebar. I am not sure how to take > the API V2 sidebar example and use it in my map which is API V3.
You need to translate it to v3. All the functions used have equivalent v3 versions. For the most part "G*" translates to "google.maps.*"; "GEvent.*" translates to "google.maps.event.*" -- Larry > > Thanks in advance, > > Gary -- 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.
