This is a migrated thread and some comments may be shown as answers.

How the data looks like in xml for MAP control?

2 Answers 49 Views
Map
This is a migrated thread and some comments may be shown as answers.
Shrikant
Top achievements
Rank 1
Shrikant asked on 15 Jul 2011, 10:19 AM
Hi Telerik Team,

2 Answers, 1 is accepted

Sort by
0
Accepted
Andrey
Telerik team
answered on 20 Jul 2011, 01:39 PM
Hello Shrikant,

WayPoints.xml
<?xml version="1.0" encoding="utf-8" ?>
<WayPoints>
    <Location Latitude="55.8260873546439" Longitude="10.2076291138805" />
    <Location Latitude="55.9260873546439" Longitude="10.1076291138805" />
    <Location Latitude="56.0260873546439" Longitude="10.0076291138805" />
    <Location Latitude="56.1260873546439" Longitude="10.1076291138805" />
    <Location Latitude="56.2260873546439" Longitude="10.2076291138805" />
    <Location Latitude="56.3260873546439" Longitude="10.1076291138805" />
    <Location Latitude="56.4260873546439" Longitude="10.0076291138805" />
</WayPoints>

PointsOfInterest.xml
<?xml version="1.0" encoding="utf-8" ?>
<POIS>
  <POI>
    <Location>56.1260873546439,10.3076291138805</Location>
    <Title>POI 1</Title>
    <ImageUri></ImageUri>
    <Description>Can be here.</Description>
  </POI>
  <POI>
    <Location>56.1260873546439,9.9076291138805</Location>
    <Title>POI 2</Title>
    <ImageUri></ImageUri>
    <Description>Should be here.</Description>
  </POI>
</POIS>


Greetings,
Andrey Murzov
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Shrikant
Top achievements
Rank 1
answered on 21 Jul 2011, 05:47 AM
Hi Andrey
Thank you so much, that helps me lot :)
Tags
Map
Asked by
Shrikant
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Shrikant
Top achievements
Rank 1
Share this question
or