My customer ask me to make a demo for him so.
The first demo was to find the current location of the customer and the distance from a specific store(that was easy with the example from dixie demo map)
Now my customer have be change opinion and she want to find the current location that is and some specific(like shoes store) stores inside of circle radius of 1000 meters.
what i have until now..
i have put the stores in sqlite database this fields.
Title,address,postal,phone,longitude,latitude for every store
my problem is how we find inside the radius this stores in 1000 meters and populate the meters for every one?
like my current location from the store 1 is 200 meters?
rdon't need to show up the locations in the map only i want the distances around..
really i don't know what i do here
