I have List<LatLng>
having locations (morethan 2000 locations). each location have distance of 100 meters. but list is too big so i want to filter some locations based on location priority (like top visited location, famous location, entity name, city name or something else)
Actually i'm saving user's current location to our server when they move 100 metres, and now i want to display complete path on Google map, its working fine, but app may got freeze if there are too large list of location, so i want to pick best locations from it so i can prevent my app from freezing.