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
104 views

SupportMapFragment's getMap() returns null

I'm trying to create a SupportMapFragment dynamically and to put it in a FrameLayout container. My issue is that mMapFragment.getMap() returns null... Anybody can help? CenterMapFragment.java ...
0
votes
1answer
43 views

Maps v2 my-location layer Style

How to change the basic blue color of my-location layer. And can I replace it with marker. Or i have to buld custom Tile. And can i remove only pin with the radius and keep che locate-me tile
0
votes
0answers
33 views

Remove or Relocate or get size of Google logo in Android maps v2

I want to place two images on map's bottom left corner. But at that place there is Google logo. I don't want image on that logo. Can I remove Google logo. If not than can I relocate it. Can I get ...
0
votes
0answers
88 views

Android google api v2 issues on android 2.3.5

I have a strange problem with the android app I`m developing. I went through all the circles of hell while trying to make the api v2 come to life: I created the debug key, downloaded and imported the ...
0
votes
0answers
67 views

Android google map v2 auto update

Hi i need marker update at time i try do it ArrayList<LatLng> markerList = new ArrayList<LatLng>(); @Override protected void onCreate(Bundle savedInstanceState) { ...
4
votes
3answers
203 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
114 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 ...
2
votes
1answer
132 views

How to access location change in background for Google Maps android API v2?

In my app I am using Google Maps android API v2 and I have to get the current location coordinates on the change in location even when my app is in the background and do certain task. How can I do ...
0
votes
2answers
63 views

Can I disable multi-touch zooming in GooglMap API2

Is it possible to disable/enable multi-touch zoom in GoogleMap API 2? I like to implement it programatically disable or enable when it is necessary. Thanks
-2
votes
1answer
53 views

Does Android Geocoder work only with internet connection?

I'm trying to get the clicked address on a Google Map with the onMapLongClickListener(LatLng point), using the lat and the lng of the point and converting them in a address with a Geocoder.It works ...
2
votes
1answer
283 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
1answer
26 views

How to add basic grids to GoogleMap Api v2

I would like to add the basic grids to my GoogleMap that use to be on maps. I read the docs but didnt found anything that could help, maybe the TileOverlay or GroundOverlay can do the trick, but i ...
0
votes
2answers
80 views

Google maps v2 on android devices with minSDK below 11

i have problem with this line when I create project which use Google maps API v2. GoogleMap map = ((MapFragment) getFragmentManager().findFragmentById(R.id.map)) .getMap(); It's says that I ...
-4
votes
2answers
109 views

Android: can anyone give example how to load map using google map v2? [closed]

I want to load map in my app, but not able to interpret help from google developers documentation.
0
votes
2answers
216 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 ...
3
votes
0answers
88 views

SecurityException when calling getLastKnownLocation

We've been getting reports of crashes on some devices when a user opens an Activity that calls the location manager's getLastKnownLocation method. We've requested all the required permissions in our ...
0
votes
2answers
428 views

Google Maps API V2: GPS icon doesn't appear

In my app I have recently upgraded Google Maps from V1 to V2. Now, with an HTC One S (Android 4.1.1) when I switch on GPS and enter in the map activity, the app recognizes that GPS is on but its icon ...
0
votes
2answers
64 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 ...
2
votes
2answers
159 views

Android GoogleMap 2 update information dynamically in InfoWindow with ImageView via Universal Image loader

I am working on new Google Map v2 API. I have used ImageLoader to display images dynamically on Marker. But the problem is when I have got onLoadingComplete() of Universal Image Loader, the ...
6
votes
2answers
119 views

Check if marker is inside circle radius

I'm trying to know if a given marker is inside a circle radius. In javascript, i can do something like: google.maps.geometry.spherical.computeDistanceBetween(latLngCircleCenter, latLngPoint); But ...
0
votes
0answers
54 views

How to draw continuous line in android map api v2?

I want to draw a line in Google map as user moves from one location to another location. Means as user move ,i have to draw a line when he start moving and stop when he reached that place. And i also ...
1
vote
1answer
203 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
45 views

Calculating points for bezier curve for map

I'm calculating the necessary oints for a bezier curve between to geo location points to draw the line at Google Maps V2. My problem is that it doesn't work correctly if the line has to be drawn 'over ...
1
vote
1answer
155 views

Maps V2 myLocation blue dot callback

I want to be able to click the blue dot (my location) that is shown on the map. Is there anyway to get a callback from that click? Thanks, Martijn
0
votes
0answers
95 views

Save/Restore Google Map state

I'm working with Google Maps for Android v2 and adding the map fragment via FragmentTransaction. When I navigate away from the fragment containing the mapview it disappears. So, when I return to the ...
0
votes
2answers
75 views

Android Google Mapv2 null pointer exception

I am using google map v2 in my application, but when I try to create a object for SupportMapFragment with onActivityCreated() this method is not getting called somebody please help me Here is my ...
0
votes
1answer
132 views

How to display rotated “map image” using Android Map v2 API

As background...I'm developing a native Android App using Android Google Map v2. My requirements are as follows: Requirement #1: Display a satellite image of a specific geographic area bound by two ...
0
votes
2answers
297 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
0
votes
1answer
93 views

Is there a Android Google Maps v2 Marker Manager out there?

I'm trying to find a way to manage the markers I have on a android map (v2) implementation in my app. I'd like to be able to draw markers that are inside the viewable boundary and at the same time ...
0
votes
0answers
35 views

Stuck between “Is Library” and “cannot creake *.apk file”

The problem is I copied the tutorial from http://discgolfsoftware.wordpress.com/2012/12/06/google-maps-android-api-v2-mylocation-locationsource-and-event-handling/. I have imported the ...
2
votes
1answer
122 views

google map V2 issue with jar file

i have developed google Map v2 tutorial in February help of this tutorial. Its working fine at that time my code is below: <?xml version="1.0" encoding="utf-8"?> <manifest ...
0
votes
1answer
232 views

Google map v2 android method getMap() returns null

In my application I am using google map programmatically, but when I call getMap() it returns null. even I have tried onActivityCreated() but still it returns null. somebody please help me.. Here is ...
0
votes
1answer
79 views

myLocation.getBearing() returns 0.0

I need to constantly check the bearing of the phone so I can rotate the map so it follows the user direction. So, I called map.getMap().setMyLocationEnabled(true); and in a background thread, I ...
0
votes
1answer
44 views

Maps v2 tint a Marker

I'm trying to get Marker tinted using Google Maps v2. Following solution is not working: Drawable d = getResources().getDrawable(R.drawable.my_drawable); d.setColorFilter(getResources().getColor( ...
0
votes
1answer
50 views

How to detect sluggishness on UI thread when using Android Maps API v2

I'm using the Android Maps API v2 in my app "CellViz". One feature of the app is to add lines and polygons to the mobile map in real-time that represent cell signal coverage while the user is ...
0
votes
1answer
192 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 ...
1
vote
1answer
61 views

Android Google Maps API V2 - Animation after Map start

I would like to add an animation after the map is loaded. My Problem is, i dont know when the map is ready. If i start the animation after my "setUpMapIfNeeded"-function , i see the animation, but ...
0
votes
2answers
127 views

How to change the position of a Marker on a Android Map v2

I need to do the following: I have a Marker on the map and I need to change the position of it. So I tried the following: MarkerOptions a = new MarkerOptions() .position(new ...
0
votes
1answer
220 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
36 views

Using two different activities in same application for embedding Maps but not working

Earlier i have made an application in which i have used Maps with Fragment. In XML layout file i have used "fragment" element (using SupportMapFragment) and used in my activity by using setContentView ...
1
vote
0answers
99 views

Getting a MapFragment to work in an AlertDialog

Okay... first things first... I want to get a MapFragment displayed inside an AlertDialog. I ended up asking this after reading the following questions [observations between brackets are my results, ...
0
votes
2answers
67 views

Can't Get New GPS Location in Android

I'm developing an app that uses Google Map V2 with GPS. The code shows a section where it gets the latitude and longitude of the user's location. map.setMyLocationEnabled(true); //Locate the user's ...
0
votes
2answers
457 views

Android Maps v2 API…How to calculate distance between two locations (Lat, long)

In my "native" Android app I'm trying to calculate the distance in feet and/or meters (as the crow flies) between two locations on a map. Ideally there would be a method that would take two LatLng ...
0
votes
0answers
259 views

Google maps api version 1 doesn't work anymore (Android) why?

I had signed up for Google maps api vesrion 1. I got a key that used to work fine before but now it's not working. On the Official site they said that the applications using google maps version 1 will ...
1
vote
0answers
53 views

Android map v2 draw arc like line

I wants to draw a line on the map which should looks like arc between two points. I know that its not possible to draw the arc on the map anymore but what we can do is we can draw the acr using the ...
0
votes
1answer
132 views

Not able to display Map in Android App

Background: App Overview: I'm developing an Android App that will display a list of places in a listview and then ultimately allows the user to display those places on a Google Map (using Google Map ...
0
votes
1answer
55 views

Cannot find user location:

I think I have done all using the Google Maps API v2 but the position is not shown and the camera doesn't changes its position. The map loads normally but stays only in 0,0 location and it never ...
2
votes
2answers
2k views

get latitude and longitude with geocoder and android Google Maps API v2

I'm using the Google Maps API v2 for android and works properly. However, I am trying to use geocoder to get the longitude and latitude of an address, but without success. It has changed the way to ...
0
votes
1answer
32 views

ACCESS_DENIED Status from Places API

I'm developing an Android App that uses the Places API to retrieve information and displays it on a map. The initial request to retrieve to places fails with a ACCESS_DENIED status message from the ...
0
votes
2answers
370 views

MapView in android application

I am trying include google map in my android application. I gone through this procedure to get the Map API key. After getting the key i wrote the following code to display the map in my ...