Trace route walking or driving in android google maps api v2 using not deprecated methods -
i want make task , i´ve found libraries here tyczj , here akexorcist. these solutions libraries use httpclient , deprecated, there others?. thanks.
it useful.
- make own http request directions information the google directions api ,
overview_polyline
string response. decode string using android-maps-utils library
polyutil.decode
method.add decoded points map:
list<latlng> decodedpoints = polyutil.decode(polylinestring); polylineoptions options = new polylineoptions(); options.width(6); options.color(color.red); options.addall(decodedpoints); map.addpolyline(options);
Comments
Post a Comment