Click here to Skip to main content
16,001,979 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Everyone,
I am working on a Vehicle tracking device.From that device i am getting readings like this 12177784N,076372617E. From this reading I need to do some code processing to get data in this format 12 17.7784 , 076 37.2617 I am getting it If i search in google map for this coordinated it is showing exact location .In my previous thread i had posted the same problem

Get the location address based on latitude and longitude in .NET windows application[^]

in this thread they gave me a URL where i need to send latitude and longitude

http://maps.googleapis.com/maps/api/geocode/xml?latlng=" + latitude + "," + longitude + "&sensor=false"


This URL will give me Data in XML format the location address will be placed a Node innertext .Now the problem is if i give the latitude=12.177784 Longitude=076.372617 it is showing some where even if i give like latitude=12 17.7784 Longitude=076 37.2617 the out put result will be "No data available for the specified location"

so can anybody suggest or guide me to get location address as in Google map ( 12 17.7784,076 37.2617) like this .




Thanks in Advance
Posted

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