I am using android fused location api to get the latitude and longitude of same position but every time i get different latitude and longitude of same position last 4 digits vary every time at same position why so and how to get all the possible latitude & longitude of same position.
So please help me regarding this.
Location is generally accurate to only a city block, and will change within that. Try rounding off the coordinates to two decimal places and use those.