Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PolylineOptions opts = new PolylineOptions()
- .addAll(path)
- .color(Color.parseColor("#000000"))
- .width(18f)
- .jointType(JointType.ROUND);
- mSelectedRout = mMap.addPolyline(opts);
- mSelectedRout.setEndCap(new RoundCap());
- mSelectedRout.setStartCap(new RoundCap());
Advertisement
Add Comment
Please, Sign In to add comment