Drawing a polyline that ends in a curve with Google Maps Android API v2 -


i'm converting application v1 v2, , i'm running problem : old application used draw function of overlay class display lines between different locations. of lines ended in curve such below :

example http://img594.imageshack.us/img594/9539/002stc.jpg

i'm thinking replacing polyline points close each other, in order make curve afar. i'm afraid consume way memory. have better idea ? possible draw line on map canvas ?

i don't think should worry memory issue. new google maps api have called circle, seems practically bunch of polylines , doesn't consume huge amounts of memory far i've noticed.

also, have application loads of different polylines 1k nodes each, , navigation on map still smoother few overlays in api v1.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -