I am making location aware application. I have XML file on server containing information of different stores with latitude and longitude coordinates. Now in my application i can get my current latitude and longitude coordinates and can parse XML file as well.
But how can i figure out nearest store according to my current coordinates from XML file?
If we use google Api it returns you xml file containing nearest locations according to query. but here in my case i am using xml file on server.
Please suggest