Click here to Skip to main content
15,916,846 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am working on a project where i have to fetch GPS coordinates from the xml file and have to use the coordinates in c#. The coordinates i have to use is not saved in my local computer but i have to fetch the coordinates from the server of trackpeers .. I don't know how to do it..plz help me....

............My XML code is :-
HTML
<pre lang="HTML">
<Account account="nitco" >
<timezone="GMT+05:30">
<Description>Nitco Roadways</Description>
<Device id="2165">
<Description>HR-30-Q-2165</Description>
<EventData device="2165">
<Timestamp epoch="1351162020">2012/10/25 16:17:00 GMT+05:30</Timestamp>
<StatusCode code="0xF020">Location</StatusCode>
<GPSPoint age="0">19.24196,73.01601</GPSPoint>
<Speed units="km/h">0.0</Speed>
<Heading degrees="0.0">N</Heading>
<Altitude units="meters">320</Altitude>
<Odometer units="Km">61561.1</Odometer>
<Geozone index="0"/>
<Address>Thane, Maharashtra, India</Address>
<City/><PostalCode/>
<DigitalInputMask>0x0000000000000000</DigitalInputMask>
<EngineRPM>0</EngineRPM>
<EngineHours>0.0</EngineHours>
<VehicleBatteryVolts>0.0</VehicleBatteryVolts>
<EngineCoolantLevel units="percent">0.0</EngineCoolantLevel><EngineCoolantTemperature units="C"/>
<EngineFuelUsed units="liter">175.0</EngineFuelUsed>
</EventData>
</Device>
</Account>
Posted
Updated 25-Oct-12 18:39pm
v2

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900