Questions tagged [android-maps-v2]

The new Google Maps Android API v2 allows you to offer interactive, feature-rich maps to users of your Android application.

With the Google Google Maps Android API v2, you can add maps based on Google Maps data to your application. The API automatically handles access to Google Maps servers, data downloading, map display, and response to map gestures. You can also use API calls to add markers, polygons, and overlays to a basic map, and to change the user's view of a particular map area. These objects provide additional information for map locations, and allow user interaction with the map.

Related tags:

1138 questions
0
votes
1 answer

android maps tile coordinate

My objective is to rotate the map around a point at the center of the bottom of the screen. To do this, I need to know the map coordinates of that (screen) point, then do a double transformation: first - move the center and then rotate around the…
Sailor Al
  • 797
  • 1
  • 7
  • 20
0
votes
0 answers

google map v2 throws no found class error of rstylable

i have successfully followed all the process to start the the google map v2, but at runtime it through class not found error, how to get out of this stuff here is the xml
Arrow
  • 153
  • 1
  • 2
  • 12
0
votes
2 answers

Importing Google-Play-Services in the android project removes R file

While trying to use google maps v2 for application as suggested by this link i went about the procedure to get the key and then followed the procedure for importing google play service.But when i import the library in my project i find R file is…
sankettt
  • 2,387
  • 4
  • 23
  • 31
0
votes
2 answers

Android maps API v2 backward compatibility

As I understand application with new maps SDK v2 can be installed only on devices with Google Play services APK. And v1 keys will not be available after 3/2013, so does it means I can't build today map application which runs on most of Android…
Costa Mirkin
  • 947
  • 3
  • 15
  • 39
0
votes
1 answer

Google map Activity

I want to use map activity in my application, I don't know how to deal with Google Map API v2. How to generate an API key and All? Right now my application is not working with normal intent code. Intent intent = new Intent(this,GeoMap.class); …
Deepak
  • 34
  • 1
  • 5
0
votes
1 answer

how to limit the number of the markers in Android Google Maps API v2?

My question refers to the new Google Maps API v2 in Android. We can easily get the LatLng(point) on Google Maps, if setting the below; @Override public void onMapClick(LatLng point) { } And if want to add the marker whenever touching on…
BBonDoo
  • 766
  • 5
  • 14
0
votes
1 answer

Set text over android google maps merkers

Any tips on how i can set Text Over android google maps (v2) default marker? for example i want to set the char 'A' inside(over) the marker (not snippest and not title).
roeybh
  • 69
  • 5
0
votes
1 answer

Format response array from http

please help me to format my response from http. Posting with AsynckTask protected String doInBackground(String... params) { // TODO Auto-generated method stub HttpClient httpclient = new DefaultHttpClient(); HttpPost…
0
votes
1 answer

How to save map markers in sql lite database with notes?

I have so far figured out how to get a marker on the screen by tapping, and it shows the longitude and latitude numbers, I wish to be able to save markers in a the SQL lite database with a note on the marker, so when the map is loaded and the…
deucalion0
  • 2,422
  • 9
  • 55
  • 99
0
votes
1 answer

Android maps v2, polygon error

I am having trouble adding my polygon with holes to my google map. It was working with polylines (and I think once with polygon) but now it doesn't, whether the holes logic is there or not. Here is all the code and it happens after the map is…
CQM
  • 42,592
  • 75
  • 224
  • 366
0
votes
1 answer

RequestFactory validation fails when including Android maps v2 fragment

I have successfully used RequestFactory for a very long time in my Android app, but now when trying to upgrade to maps v2, when I include
aez
  • 2,406
  • 2
  • 26
  • 46
0
votes
1 answer

How to re-size fragment and set to Google Map V2?

I am trying to create Facebook like slider from the following answer, where i want to change map width at a run time. I tried inside bindComponent method , but its not working for me.. map.xml
moDev
  • 5,248
  • 4
  • 33
  • 63
0
votes
2 answers

Android maps v2 maps becomes unresponsive on orientation changed

I am using new maps api. its working fine.. But when the device orientation changes.. the map become unresponsive. i mean map doesn't react to the user response. This, problem doesn't occurs when i embed the map fragment in the layout xml. but…
user1687810
  • 85
  • 2
  • 6
0
votes
1 answer

Accesing to determinated Marker in a mapview

I'm using the Google Maps Android API V2 and I set an amount of markers in it. I need get all markers from a MapView (really one of them). There is any way to do this? How can I iterate over the markers in the map? How can I locate one…
Jose Manuel
  • 787
  • 2
  • 8
  • 19
0
votes
0 answers

ActionBarSherlock + GoogleMaps v2 map not shown (without map log errors)

I just settled my project for supporting Android Maps v2 + ActionBarSherlock, as this answer says: http://facebook.stackoverflow.com/a/13727539/689723 Ok, I was fighting for not getting the typical XML error, and I could finally get the fragment…
cesards
  • 15,882
  • 11
  • 70
  • 65