The new Google Maps Android API v2 allows you to offer interactive, feature-rich maps to users of your Android application.
1
vote
3answers
62 views
Why is my location constantly changing, is my code incorrect?
I am working toward building a distance traveled part of my application but I am having issues with my location. In the location listener I am outputting the Lat and Long coordinates in a toast and I ...
1
vote
1answer
59 views
Map not works in map v2
I want to get map location by name.
But map is not showing lcoation. My code is given below:
SupportMapFragment fm = (SupportMapFragment) getFragmentManager().findFragmentById(R.id.map);
...
0
votes
2answers
115 views
Maps API v2 app “stopped unexpectedly”
I'm fairly new to Android Dev. Just trying to get a simple map to appear using Google Android Map vAPI 2. I'm not trying to do anything special here...I would have thought that I'd have this working ...
0
votes
1answer
131 views
problems with location manager in maps api v2 android
i'm developping an android app which shows in a map the current location for the user.
Few hours later, i have discovered the error, locationManager doesn't actualize the location.
I put the code ...
0
votes
0answers
226 views
Obtain location frequently and show it in a map api v2
Hello i'm trying to do an app which show in a map (api v2) mi current location and actualizes it
import com.google.android.gms.maps.CameraUpdateFactory;
import com.google.android.gms.maps.GoogleMap;
...
0
votes
1answer
194 views
google maps api v2 android not works with device other than my
I have create an app android with the Google Maps API v2. All works good when launch the app with eclipse. But when i export the app and i publish it in the google store, the people don't see the map. ...
1
vote
4answers
866 views
Blank Screen Android 2.2 Google Maps v2
EDIT :
I transferred my 20+ projects that tries to use Google Maps for Android v2. After changing keys and stuff, now, it works. I don't know what made this work, but thank you all. I got one ...
0
votes
1answer
123 views
Is it possible to use search on Google Maps v2?
I couldn't find any related topics so i opened a new one.
What i want is to be able to search some words and let user go to this point.
Example: There is a map in a screen and there is a searchbar ...
0
votes
1answer
44 views
Serialize or save PolylineOptions in Android
In my Android app I am already saving some strings to the SharedPreferences and serializing an ArrayList with Strings so this data is saved and can be used for future purposes. Even when the app is ...
0
votes
2answers
265 views
Google Map V2 Blank screen
I'm currently developing an application using the Galaxy S3 with Android version 4.0, Ice Cream Sandwich. I followed Vogella's tutorial on how to use Google Map v2 for Android to create a sample map ...
0
votes
1answer
257 views
unable to show image on google map api v2 in android using groundOverlay
I have used used map api v2 in android. I'm able to load an image over the map using groundoverlay but the image is shown very small. I need to load the image completely over the mapview, e.g. ...
1
vote
1answer
251 views
Remove a circle from Android Google Maps API v2 without clearing map
I am drawing a circle on my map like this:
CircleOptions circle=new CircleOptions();
circle.center(centre);
circle.strokeColor(0xFFFFA420);
circle.strokeWidth(2f);
circle.fillColor(0x11FFA420);
...
0
votes
2answers
110 views
Can't make google maps v2 to work
I tried a lot of examples but still can't get it to work!
I have a grid with no maps and " couldn't get connection factory client".
I tried here and here and here and many others.
I tried to run it ...
0
votes
1answer
124 views
SupportMapFragment in ListView header
I am working with Fragment based application and need to use Google Maps API v2 for showing the map. I am trying to get SupportMapFragment into ListView header and not sure how to achieve that.
I've ...
1
vote
1answer
98 views
How to open navigation instead of mapview in android?
I have plotted location and if it has been clicked, it goes to maps and from maps, if it has been clicked direction, it opens google navigation.Is it possible to directly link with navigation?
I have ...
0
votes
0answers
114 views
Nullpointer exception in GoogleMap v2 addpolyline function in android
I am trying to draw a lines on a google map.following is my method
drawPath(String result) {
try {
final JSONObject json = new JSONObject(result);
JSONArray routeArray = ...
0
votes
1answer
148 views
I can't draw text in front of bitmap for market in Google map API V2?
Hi, genious!
What's the problem?
I tried to draw text in front of marker. I'm going to get clear bitmap and draw text but bitmap is still clear - where is the text?
I tried to convert View to bitmap ...
0
votes
0answers
160 views
Implementing Action Bar Tabs for an Activity creating a MapFragment
this is a similar question to: MapFragment in Action Bar Tabs but there wasn't a clear answer from this that I understood. I am new to Android and this is my first application Im developing .
I ...
2
votes
1answer
417 views
Android Google Maps Version 2 Not Displaying
I know there have been a ton of posts on this topic, but I am puzzled. I have (2) different phones that I am testing my App on. The Google Map (Support Map Fragment) displays fine on each device, ...
0
votes
1answer
151 views
How to set a Google Maps Marker Icon based on current map filters and a combination of HashMap strings the marker has
It would be very helpful if anyone has any suggestions on the most efficient approach for implementing code to set a map marker icon based on:
Filters defined by the user dictating what markers to ...
0
votes
1answer
172 views
Starting with IntelliJ and Android CassNotFoundException
I'm trying to switch from Eclipse to IntelliJ IDEA for Android developing.
Currently I have an Android application which depends on more than 10 libraries (including third libraries and jars).
First ...
2
votes
0answers
26 views
Maps API v2 - no longer possible to draw into canvas? [duplicate]
With Maps API v1 it were possible to draw MapView into canvas. I've used this feature in my library to speed up animations.
With Maps API v2 it's seems no longer possible - after drawing canvas ...
1
vote
1answer
95 views
android maps v2 offer play service
I have sucessfull working android maps API v2, but then i tried to test if i dont have Google Play services, will app offer to install it.
So i uninstalled Google Play services and my application is ...
0
votes
1answer
56 views
What's a typical way to identify markers and get the Object associated with it?
I'm using a map in one of my applications. I'd like to know what's a common/efficient way to get the associated Object of a marker when it is tapped.
What I've been planning to day is something like ...
10
votes
2answers
640 views
What is recommended way to use Google Map v2 inside fragment?
I want to add map inside fragment with custom layout.
I can do it using ChildFragmentManager that will add SupportMapFragment. This approach im currently using. However it has disadvantage because ...
0
votes
1answer
244 views
Google maps not showing on android in release mode
I am trying to release my app, but having a problem with google maps.
The app contains an activity (MapActivity) that displays a map. When running in debug mode, the map works fine.
I signed my app in ...
0
votes
0answers
56 views
Google MapsV2 gives blank screen when returned from Settings
Am invoking the user to switch on the GPS from Settings.
when returned, I am getting blank screen with zoom controls.
am using onPause() and onResume() to detect the return from settings.
when I ...
0
votes
1answer
60 views
Adding a map in android without using xml?
Can you add a v2 google map to an android app without adding it via an xml file?
0
votes
1answer
79 views
How to implement isSupported() functions for the android maps v2 native extension
I'm wondering what would be the best way to implement isSupported() method in air native extension which utilizes android maps v2.
I know that MapFragment.getMap() returns null if Google Play ...
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
2answers
591 views
issue with removing polyline google map v2 android
I am adding a polyline option simply as in google developer's website.
PolylineOptions rectOptions = new PolylineOptions()
.add(new LatLng(37.35, -122.0))
.add(new LatLng(37.45, ...
1
vote
1answer
134 views
IllegalArgumentException when adding Google Maps Android v2 to Fragment
I'm trying to add a google mapview to an existing fragment.
Following the instructions from the developer docs, I've included the following xml in my fragment:
<fragment
android:id="@+id/map"
...
0
votes
1answer
75 views
NullPointer Exception when using seperate classes instead of one MainActivity
I am trying to develop an android app with a google map v2, location service and some control buttons.
I don't want to put all these thing inside one MainActivity class so I thought I could split all ...
1
vote
3answers
907 views
Google maps API v2 find Marker by id
You can simply add Markers with the new V2 Google maps API on Android. Because the Markers are recreated on configuration change or on save instance, you have to reference them via its ids. The ...
0
votes
1answer
172 views
MapFragment blocked or stunned when application is killed or state saved
I'm getting problems using MapFragment + ListFragment in an Activity,
when I use show() and hide() method, everything works ok, but when I have my application in background and I return, I get the ...
1
vote
1answer
110 views
Android Maps API Example not working?
I tried the official example code from google's API website:
https://developers.google.com/maps/documentation/android/start
Neither this nor their SDK code is compiling without errors..
For the easy ...
3
votes
2answers
2k views
custom info window adapter with custom data in map v2
I want to make custom info window adapter in map v2 in android as like below.
I have seen below link but doesn't get more.
1,2,3,
below is my content layout file.
<?xml version="1.0" ...
1
vote
1answer
120 views
Got Google Maps API working on Android without Google API build
I can get my android application to have google maps api v2 working on it fine even though I was building my application using API 8, not Google API + Android API 8
so the question is, if I can get ...
0
votes
1answer
118 views
Android google map Api sha1 and packege is error
API_KEY I tryed but sha-1;my packege is not accepted
Error is [Your input was invalid].
This is my sha-1
AndroidManifest.xml
<meta-data
...
4
votes
2answers
618 views
clustering markers on android maps v2
Recently I worked on an android project in which I managed to add markers to a MapView and cluster those markers if they were too close to each other. Now I have to do the same using the new ...
-1
votes
1answer
125 views
Is it possible to draw a route on android api v2? [closed]
I am trying to draw a route on android maps v2, but it draws only a straight line.
0
votes
1answer
243 views
Android Maps V2 on Android 2.3.4 Gingerbread
I have a big problem with run simple sample code on my xperia neo v cell (android v 2.3.4).
I had import android-support-v4.jar and added google-play-services_lib to project library.
Please send me ...
0
votes
1answer
241 views
Correct way to create and use androd map markers created from bitmap?
What would be the correct way of creating map markers from bitmap?
I'm using Google Maps Android v1 and moving to v2 now.
My map contains multiple markers that are created from bitmap.
Each marker ...
0
votes
1answer
36 views
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: ...
0
votes
0answers
156 views
Adding GroundOverlay takes a lot of time
I'm working with Google maps api v2. When I add a GroundOverlay it take some time before I can visualize it. It's why I need to refresh the map? Is there the method "invalidate" as in google maps api ...
0
votes
2answers
2k views
Android Maps API v2: Zoom in on current location and marker
I have a map included in an application. I need the map to zoom in on the a marker and the users location but keep the marker centered. The zoom in works perfectly, but of course doesn't center the ...
0
votes
0answers
149 views
OnInfoWindowClickListener() for OSMDroid Bonus Pack?
I was wondering if there is some kind of implementation in OSMDroid that is similar to Android Google Map API v2's method OnInfoWindowClickListener()?
For my Android Google Map AVI v2:
...
0
votes
0answers
137 views
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
<RelativeLayout ...
0
votes
2answers
764 views
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 ...
0
votes
1answer
95 views
How to move compass icon in android maps [closed]
Does anybody know how to move the compass icon (the one that shows up when you rotate the map) on android google maps?








