Draw OverlayWays with Polyline?

447 views Asked by At

Could I draw a way in mapsforge the same way than google maps with PolylineOptions. It's much easier than this way. Draw OverlayWays with Mapsforge

This is in Google Maps. And I don't want to use Google Maps.

PolylineOptions rectOptions = new polylineOptions().addAll(PolyUtil.decode("ctlaGtkqU}@yIuAcMQ}@cEc^}@qHy@kJK_@sCg@aCsC{GuNwQma@}X}m@"))
                                        .color(Color.RED).width(3);

Thanks

0

There are 0 answers