Remove the last polyline line from Google Map Android?
问题 I created a class that select latitudes and longitude from sqlite then mark on map then draw polyLine . Problem : Every time I select my records 100 to 100, when I saw first 100 then I clear map then I get second 100 but when I start animate it show me last polyline how I can clear last polyline ? My code : public class PathActivity_F extends AppCompatActivity implements OnMapReadyCallback { private GoogleMap mMap; Query_DB QDB; private List<Marker> markers = new ArrayList<>(); private final