Hi all,
Im doing app in which, uses sqlite db file to get data. table in db having shop name, address,city, latitude, longitude etc columns.
Im able to get cureent location latitude and longitude and also able to calculate the distance between current location and the location of a shop(in db) using longitude and latitude values.
Here my issue is I need to get/display 10 shopnames(from db) which are nearest(distance) to the current location.
Please suggest me or give a reference link to solve this issue
Thank you