On 24 December 2010 01:01, Alex Genadinik <[email protected]> wrote: > > > But I am trying to return markers, so how do I make the map place the > text returned by the xmlhttp request as markers on the existing map?
See this article (which Larry already suggested): http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html In the section "Loading XML results" and subsequent sections, it shows you how to load and parse the XML. The API doesn't do that for you; you have to read the XML, get the data from it which you need to create the markers, and add them to the map. -- 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.
