On Aug 5, 8:10 am, ytbryan <[email protected]> wrote: > Thank you for your reply. But is there a method to get the > information(ie geolocation) of each AED? > > I have the following link to AED around the > world.http://maps.google.com/maps/ms?ie=UTF8&hl=en&vps=1&jsv=260d&oe=UTF8&m... > > I check the Kml but it doesn't have location of each AED. copied > below. > > <?xml version="1.0" encoding="UTF-8"?> > <kml xmlns="http://earth.google.com/kml/2.2"> > <Document> > <name>World Map on AED Locations</name> > <description><![CDATA[Global Map of Locations of AEDs (automated > external defibrillators).]]></description> > <NetworkLink> > <name>World Map on AED Locations</name> > <Link> > <href>http://maps.google.com/maps/ms? > ie=UTF8&hl=en&vps=1&jsv=260d&oe=UTF8&msa=0&msid=106069377598790155454.0004720325247dc0c953a&output=kml</ > href>
Follow the network link to get the real locations. (one more level of indirection) -- Larry > </Link> > </NetworkLink> > </Document> > </kml> > > How should I go about retrieving each geolocation of AED? > > and later get the direction to the AED? > > On Aug 5, 9:26 am, "[email protected]" <[email protected]> > wrote: > > > > > On Aug 4, 5:28 pm, ytbryan <[email protected]> wrote: > > > > hi all, > > > > how do i retrieve data of these AED location? > > > >http://maps.google.com/maps/ms?ie=UTF8&hl=en&vps=1&jsv=260d&oe=UTF8&m... > > > This should do > > it:http://code.google.com/apis/maps/documentation/javascript/v2/services... > > > -- Larry > > > > Thanks! > > > > /bryan- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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.
