On Dec 23, 6:29 pm, Rossko <[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? > > This is where you have some javascript that receives whatever the php > script sends ; parses it ; and actions whatever is needed - like > removing any existing markers from the map and replacing it with new > ones based on the recieved data. > This is outlined in our old > friendhttp://code.google.com/apis/maps/articles/phpsqlajax_v3.html#createmap > > I really suggest revistinghttp://econym.org.uk/gmap/example_map11a.htm > which seems to me to be very close to what you are asking for.
I think this link is the closest to what I need: http://econym.org.uk/gmap/example_map11a.htm My only remaining question is for a server-side example of the right way to create and send back the markers in JSON. Any links for that? Thanks you for all the suggestions and help! Best, Alex -- 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.
