Need help! Web Services —Using Google Maps or similar available Web services, cr
ID: 3767406 • Letter: N
Question
Need help!
Web Services—Using Google Maps or similar available Web services, create an rssGEO2.0.xml document that will group and display at least five different geographical locations. The theme of the locations is up to you, but include your favorite vacation destinations, restaurants, nightclubs, or places you used to live. Post your XML file on a server and use an http GET query to display the results. Submit for grading the XML file along with the http GET query and a description of the process you used for this portion of the project. Also submit a screen shot that clearly demonstrates the final product of this option. Also submit a screen shot demonstrating your work.
Assignment is due next week by Sunday.
Explanation / Answer
<rss version="2.0"
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
xmlns:georss="http://www.georss.org/georss"
xmlns:ymaps="http://www.google.com/Maps/V1">
<channel>
<title>My Home</title>
<item>
<title>1309 Rajahmundry</title>
<description> I groen up here</description>
<geo:lat>48.908457</geo:lat>
<geo:long>-86.918513</geo:long>
<googlemaps:ExtraImage>
<width>600</width>
<height>450</height>
</googlemaps:ExtraImage>
</item>
<item>
<title>Delhi</title>
<description>my first visit</description>
<geo:lat>26.902938</geo:lat>
<geo:long>-86.232385</geo:long>
<googlemaps:ExtraImage>
<width>600</width>
<height>450</height>
</googlemaps:ExtraImage>
</item>
<item>
<title>mumbai</title>
<description>My favourite place</description>
<geo:lat>40.230021</geo:lat>
<geo:long>-71.515655</geo:long>
<googlemaps:ExtraImage>
<width>600</width>
<height>450</height>
</googlemaps:ExtraImage>
</item>
<item>
<title>pune</title>
<description>my address</description>
<geo:lat>47.157374</geo:lat>
<geo:long>-102.426247</geo:long>
<googlemaps:ExtraImage>
<width>600</width>
<height>450</height>
</googlemaps:ExtraImage>
</item>
<item>
<title>hyderabad</title>
<description>best place to visit</description>
<geo:lat>48.656507</geo:lat>
<geo:long>-86.860922</geo:long>
<googlemaps:ExtraImage>
<width>600</width>
<height>450</height>
</googlemaps:ExtraImage>
</item>
</channel>
</rss>
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.