Is it possible to add arrows heads on poly line using Android maps V2 -


how draw poly line arrow head(it indicates direction) using android maps v2 api. in android maps documentation option not available.is possible add arrows on polyline?

try link below hope may you!!

polylines

googlemap map;  // ... map.   polyline line = map.addpolyline(new polylineoptions()      .add(new latlng(51.5, -0.1), new latlng(40.7, -74.0))      .width(5)      .color(color.red)); 

example


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -