30/1110 12:05, Medma <[email protected]> wrote:
> I want to use it in JavaScript but the function getLocations() returns an
> xml file which i cant read in javaScript so what to do?

Javascript can read XML: it's the foundation of AJAX.

So: either write something which will interpret the XML (see another
of Mike's tutorials for an example), or rewrite the function so it
provides the data in some other form you can handle.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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-api?hl=en.

Reply via email to