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!!
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));
Comments
Post a Comment