It is unrealistic because people collect points and then show them as 
polyline, polygon or just dots not the other way around.
It is unrealistic because Google MapActivity on Android is different from 
the full scale Google Map API.
It is trivial because any Polyline (or Polygon) should be stored as some set 
of points and therefore all you need to do is to open a documentation to 
find out how exactly to do this. For example, if you open 
http://code.google.com/apis/maps/documentation/javascript/3.3/reference.html#Polyline
 you 
will find getPath()method to get 
MVCArray<http://code.google.com/apis/maps/documentation/javascript/3.3/reference.html#MVCArray>
 
<LatLng<http://code.google.com/apis/maps/documentation/javascript/3.3/reference.html#LatLng>
>. 


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to