Google Maps Android API v2 - DirectionsRenderer -
i searched on stackoverflow , google. didn't find real answer. think there no directionsrenderer in android api. can acknowledge this?
if there not directionsrenderer, how use android api show googlemaps , draw route on map?
i want draw nice route. not lines between coordinates of each route-section delivered directions-request.
i think there no directionsrenderer in android api. can acknowledge this?
there no directionsrenderer
in maps v2. can tell reading the documentation.
how use android api show googlemaps , draw route on map?
there nothing in maps v2 support this.
i want draw nice route. not lines between coordinates of each route-section delivered directions-request.
you need find web service serve coordinate information route sufficient granularity (e.g., every 10m) give "nice route", use polyline
or rendering route.
Comments
Post a Comment