0
votes
1answer
95 views

WMS-C Google Maps v2 Android

I'm have added a map from a WMS-server in Google Maps v2 for Android using the code provided from this site: http://www.azavea.com/blogs/labs/2013/01/wms-on-android/ . The tiles are downloaded and ...
1
vote
3answers
595 views

how to extract lat long from WKT data?

i want to extract lat long form WKT data and stores into arary list i have tried one solution which is proposed by a user but it has some problems String str = tv.getText().toString(); str = ...
2
votes
0answers
411 views

How to draw an overlay using KML on our own app in Android?

Repost from here Hi there, I want to draw an overlay using .kml files, just look like this. But on my own app in MapActivity. 31.kml, display district in Jakarta, Indonesia or the example that I get ...
2
votes
0answers
330 views

Moving Marker in a Google Map on Android

I am trying to create something similar to http://dev.syskall.com/map/ in my android phone application. Basically I have a List of GeoPoints and I need to make the car/marker move on the map ...