Adding markers to a map component from Webservice Response having collection
Posted: Tue Oct 01, 2013 12:00 pm
The xml response has a collection of latitude and longitude, in the following format.
I need to add markers to these mentioned lattitudes-longitudes on to the map component.
code
Code: Select all
71.25
7.32
75.23
2.33
82.3
71.25 3
code
/code/code