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

learn more… | top users | synonyms

0
votes
1answer
17 views

Which account to be used for generating Google Maps V2 API Key

I have used Google Maps V2 in my application and about to submit it to Android play. I know how to create maps api key and use it in application, But I am bit confused on which mail account to be ...
1
vote
2answers
39 views

Android - google map blank screen

the Google map API V2 shows blank screen even i use the mapdemo project in Google play service sample i reinstall google play service SDK. i changed the api key i changed the debug.keystore and ...
0
votes
2answers
21 views

Zoom Move Pinch listener in google maps v2 in android

i'm using the maps v2 in my Android APP My map is automatically updated every few seconds to show some new points on the map. For every time it refresh, automatically the following event: ...
0
votes
1answer
13 views

TileOverlay issue

So, when I use my MapBox maps, the Tiles are overlaid OVER my polylines and polygons, so they cannot be seen. Is there any way to modify this behavior? This is the code I'm using: public class ...
0
votes
1answer
32 views

post to specific people in google+ and retrieve these posts from google plus in android

I am creating an android app, i would like to know how to post to specific people in google plus. I would also like to know how to parse google + posts? Especially the ones that is shared only to ...
4
votes
3answers
192 views

Google Maps v2 lag after popping their fragment back from stack

I have an Activity with a MapFragment that I add to the Activity programmatically using a FragmentTransaction: private static final String MAP_FRAGMENT_TAG = "map"; private MapFragment mapFragment = ...
0
votes
1answer
200 views

Trigger click event by dispatchTouchEvent doesn't work?

I want to make google map v2 infowindow to be a life view, so I wrap SupportMapFragment in custom RelativeLayout like this: R.layout.info_window: <?xml version="1.0" encoding="utf-8"?> ...
0
votes
0answers
23 views

Height of terrain Google Map Api v2

Like in tilte, is there any way to get height of the terrain from the google map? I know that apps like Endomondo using the profile of the area in meters above sea. Can i do it in my app using some ...
-1
votes
1answer
27 views

Goggle Direction code is not working on Android 4.03

I'm working on Google Maps application and use a code for finding path between two points, this works fine on Android 2.3.3. But Now, I'm testing it on Android 4.0.3 and it crashes. I thing it need to ...
1
vote
1answer
25 views

Drop marker slowly from top of screen to location on android map V2

I am using android maps v2works fine I can add and remove markers onLong Touch on locations. Problem: I would like to drop the marker slowly into the touched location i.e. I want the user to see the ...
4
votes
4answers
392 views

In Version 2 Map view does not show map

Map Activity doesn't showing map, it's appear as just white screen with zoom control buttons. Manifest File like this : <?xml version="1.0" encoding="utf-8"?> <manifest ...
0
votes
1answer
38 views

MapFragment - NullPointerException - Google Maps V2 - Android

I'm getting an NullPointerException with the following code: private ProjectionProxy proxy = new ProjectionProxy(); private GoogleMap mMap = null; private Context context = this; @Override ...
17
votes
2answers
558 views

Android Google Map API V2 : Open Custom Info Window on Right Side of Marker

I have Integrated Google MAP API V2 for Android. I want to have a Custom Info Window at Onclick of My Marker. Up to that it is fine. i have integrate it. What I want : I want to Show my Custom Info ...
0
votes
4answers
46 views

Android Dependencies Issue

I am writing a MAP APP using Android Google Maps V2 But i am facing dependency problem, please see below images: as you can see in above screen shot i am getting RedAlert Sign over Project Name ...
23
votes
6answers
3k views

Moving MapFragment (SurfaceView) causes black background flickering

I'm trying to implement new Android Google Maps API (v2). However it doesn't seem to go well with SlidingMenu. As you may know, MapFragment implementation is based on SurfaceView. The problem is that ...
0
votes
3answers
51 views

Error android.support.v4.app.Fragment$InstantiationException: Unable to instantiate fragment com.google.android.gms.maps.MapFragment

i am following tutorial for using google maps api v2 .i am facing an error error logs are 05-15 00:08:18.415: E/AndroidRuntime(4547): FATAL EXCEPTION: main 05-15 00:08:18.415: ...
0
votes
1answer
30 views

Android: two activities with two maps; the second one doesn't load properly

I try to explain better: My app has a tab bar (a TabHost) and two of the tabs are two activities with a map each. When i click on the first tab I get the map and i can use it as i want. When I click ...
0
votes
1answer
182 views

Tile Overlay for Android maps v2: How to map latitude and longitude to a pixel location

I'm building an image for an Android maps v2 TileOverlay. Say, for example, that I want a pixel that will end up at a particular latitude and longitude in the tile, to be a particular color. How do ...
0
votes
2answers
197 views

Unfortunately Google Maps API Demos has stopped - Google Maps Android API v2

I have a problem with Google Maps Android API v2. Every time I try to open the app on device or even on emulator this message always display Unfortunately Google Maps API Demos has stopped I have ...
0
votes
4answers
102 views

Google Map V2 not working for me . Any sample?

I have used many samples of Google map V2, and i have followed all the things which are necessary for this. But still having problem, only map view is showing and my current location is not being ...
1
vote
1answer
190 views

Avoid Marker (Google Maps for Android API V2) to center itself on map on click

I have geolocated events in my Map that I'm adding with Markers, and when I click on them, I just want them to change without being centered. Is there any way to override the markers being centered ...
0
votes
1answer
30 views

Can't see marker while dragging?

When you long click on a draggable marker, the marker moves up and allows you to move it. My problem is that I can't see the bottom of the marker because my finger is on top of it. I'm trying to ...
1
vote
1answer
59 views

Big clickable marker Google android maps api v2

I am using the Google android maps api v2, and have to put a tall marker on it (way taller than the default size). The issue is when I put a tall marker, only the bottom half of it is clickable and ...
0
votes
1answer
101 views

Android Performance Issue- TabHost - Timer - SetCurrentTab() - Google Maps Api V2

As i said in title i 've got a performance issue on my Android application. I've got a public static tabhost and a timer and a Google Maps. Timer scheduled to work every 3 seconds. It 's updating ...
6
votes
1answer
2k views

Google Play services out of date. Requires 3025100 but found 2012110

I'm using the Google maps v2 in my app and am debugging it in the emulator. Since the update on the 26th Feb I now get this error message Google Play services out of date. Requires 3025100 but found ...
0
votes
0answers
26 views

Android google map v2 marker images from url

how insert in google map v2 marker images from server? i just need take images form server and put in marker:) i search in google how make it but I did not get a good answer so maybe you can help ...
0
votes
2answers
81 views

getMap() returning null

My getMap() method is returning null. Why is this method returning null? I looked on the Android Developers documentation to make sure I'm using this method correctly. Here a the line of code that ...
0
votes
0answers
17 views

Parse the coordinates of placemarks in a kml file using C#

I have the following kml file: <?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://earth.google.com/kml/2.x"> <Placemark> <name>My Home</name> ...
0
votes
1answer
84 views

Android Map goes black when slide menu activates

In my app I have set a few tabs using FragmentActivity and a button beside my tabs which activates a slide menu. At the moment I have two Fragments which are displayed for tab 1 and 2. The fragment ...
0
votes
3answers
137 views

Authorization failed. Failed to load map. Could not contact Google servers. (Google Map for Android)

I have been in this problem for a day now. I have followed and even changed to exactly alike from the tutorials. I can't seem to understand what's the problem. Everytime I run it to my device the map ...
0
votes
1answer
122 views

Google maps api v2 get directions

I am using google maps api v2 in android . I have placed a marker. How can i get directions between current location and the marker.Any help would be great.
0
votes
1answer
120 views

Google maps api v2 in multiple fragments android

I have a FragmentActivity and this is a tab bar. In first tab contain a fragment (Supportmapfragment). In second tab, also contain a fragment (Supportmapfragment). When i switch to second tab i can't ...
6
votes
6answers
4k views

Google Maps Android API v2: Failed to Load Map. Could not contact Google Servers

I'm trying to use Google Maps Android API v2, and I have already created the SHA1 key from my release cert. I've read the comments from here and have made everything right, including the permissions ...
0
votes
1answer
46 views

The import com.google.android.maps.OverlayController cannot be resolved

I need some help here. I am actually following the http://www.anddev.org/google_driving_directions_-_mapview_overlayed-t826.html tutorial for learning the Driving direction on google maps but the ...
0
votes
1answer
39 views

OnCameraChange not returning expected value

First let me state that this question concerns Map v2 API for my native Android application. Second, I've looked at a number of stackOverflow postings on how to detect panning changes on Map v2 API ...
0
votes
2answers
256 views

Error when importing Google Play Services library (Could not write file)

When trying to import Google Play Services library in Eclipse, I get the following error
1
vote
1answer
231 views

Restoring map state (position and markers) of Google Maps (V2) on rotate and on back (MapView in Fragment)

Background I have a larger application in which I had/have several problems with new Google Maps API. I tried to describe it in a different question ...
0
votes
2answers
57 views

Google maps extenstion

i want to use this google maps extenstion : https://code.google.com/p/android-maps-extensions/ however i didnt understand how do i combine it to my project? i downloaded the zip in this website ...
0
votes
1answer
92 views

My Location is not shown on the screen on Google Map v2?

I'm making an android application which should be able to retrieve the user's correct location, and put it in a HashMap to show the route in a different layout. Anyway my question is, why location ...
0
votes
3answers
37 views

Android - Context - Google Maps V2 - Type mismatch: cannot convert from Object to WindowManager

I'm trying to get a WindowManager using the getSystemService() method. Here is the code I have: private int calculateZoomLevel() { int ht, screenWidth; DisplayMetrics displayMetrics = new ...
0
votes
0answers
32 views

Calculate Tile Size - Android - GMaps V2

I'm trying to figure out how to calculate the tile pixel size to be able to calculate the pixel zoom level using the following code: int getPixelZoomLevel() { return calculateZoomLevel() + ...
0
votes
0answers
41 views

android - GMaps V2 - Get the Tile Size in Pixels

I'm using Google Maps V2 for Android and am trying to create a method to get the size of a tile in pixels to calculate the pixel zoom level. Here is the code I have: private int calculateZoomLevel() ...
0
votes
2answers
341 views

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 ...
0
votes
1answer
35 views

Add google map to android app

I need help in adding google map to my android app. I have followed the instructions on https://developers.google.com/maps/documentation/android/start, but i still get a error on running the App. ...
0
votes
0answers
30 views

Get traffic on route with android - maybe using API [closed]

I would like to create some code that using an api, can check the traffic on a specific route / Google maps api polyline and return the time it would take to travel between the start and end of the ...
0
votes
2answers
662 views

Android Maps v2 rotate mapView with compass

Im developing an app which needs to rotate the mapView with compass. i know how to rotate the camera but i need to rotate the mapView with compass. the center point should be the current location. i ...
2
votes
2answers
401 views

How do i disable installed version of Google Play services on my android device?

My application uses Google maps feature which needs Google Play services to be installed and enabled on the device.I wanted to test a case in which if Google play service has been disabled by user ...
0
votes
0answers
21 views

How can I display a Google Map v2

I have been trying to develop android Google Map v2 for long time but I wasn't able to display it on both emulator and a real device.I have tried to follow all necessary steps but all I got is ...
1
vote
3answers
106 views

How to create release key for android v2 maps

I tried below code for a debug key and its working fine. When i make a apk then map is crashing. After searching in google i found debug key is work in release mode. keytool -list -v -keystore ...
0
votes
1answer
80 views

Google Maps V2 - Android - invalidate() Equivalent

I'm trying to write a method that is equivalent to the following code: private MapView mGoogleMapView; public void clearAnimation() { if (mGoogleMapView != null) { ...

1 2 3 4 5