ar-android/DrawRouteMaps

How to remove the existing polylines

juanmanarmy opened this issue · 3 comments

How to remove the existing polylines

DrawRouteMaps.getInstance(context).removeLines();

no such function as removeLines()

Add the following line:
mMap.clear()