I have multiple points placed on my MapView and would like to centre the map on these points i.e. not any particular one, just the averaged centre of the lot 开发者_JAVA技巧of them.
I am attempting to program an app for Android that depends on the user being within a certain radius of a set location.
Is there any solution for using the a MapView (and thus the 开发者_开发知识库MapActivity) with the honeycomb pre-3.0 compatibility Loader library (and thus FragmentActivity)?
this problem has been doing my head in and I hope you can help! I\'ve found the answers to a number of issues here before and hoping you people can work your magic again :)
I\'m using Android\'s Geocoder to allow searching for a location in my map-based app.The geocoding works well, and the app successfully recenters the MapView on the geocoding results.The problem is th
I am developing an app for my Universities campus that displays the campus in a MapView; then using geopoints draws the outlines of the buildings on campus on the mapView using the draw method a class
Hey I have tried a lot of ways of creating tabs which went ok, although when I add a map to it it crashes, I tried what this guy did here: http://joshclemm.com/blog/?p=86
I want to draw a polygon on the map view. It is like, i have a n number of GeoPoints and then using those geopoints, i want to draw a polygon with n vertices.
I have a map views which is have some markers on the map and a back button to the main page. I also have a list of textview which is when selected, it will open a new p开发者_如何学Cage that have a bu
Is it possible to disable moving inside the开发者_开发百科 google map?Even though there is an accepted answer, just providing my answer as it didnt help me.