The Google Maps external library (part of the Google APIs Add-On) lets you add powerful mapping capabilities to your Android application.
Questions tagged [android-maps]
850 questions
-1
votes
1 answer
Map app not work , the map not load on device
I developed an android map app (I'm using Android Studio). I tested on emulator and it works fine, but when I tested it on device, the map is not loading. Just shows blank tiles. Here's my code:
Android Manifest

WendyLC
- 7
-1
votes
1 answer
Android Google Maps Android V2 Check Entered location is in Ahmedabad
I'm working with Google map v2, my issue is :
when user enter location at that time, i want to check that location in Ahmadabad or not.
Thank you in advance.

Nirmal Shethwala
- 268
- 1
- 15
-1
votes
1 answer
Android application with maps not working, while showing no errors,
I have done all of the Google play services and have imported them all
public class Check extends Activity {
static final LatLng HAMBURG = new LatLng(53.558, 9.927);
static final LatLng KIEL = new LatLng(53.551, 9.993);
private GoogleMap…

Ilan V. Gersht
- 3
- 3
-1
votes
2 answers
How to toast a message when an user come into a particular area in googlemaps
the fixed location's latitude and longitude are (13.060422000000000000,80.249583000000030000). if my device is with in 20m of that location, it has to show the message like you in the area. if going out, it should show you are going out of place.…

Simon Chius
- 476
- 5
- 18
-1
votes
1 answer
how to develop map application in android
I want to develop map application, where I can find places from application. I am new in android. I want some starting direction and suggestions.
Graceful to any which can help.

Sanjay Bhimani
- 1,593
- 1
- 15
- 29
-1
votes
2 answers
Not able to display google map for google example code
i encountered google map cannot loading issue for 2 weeks, but still pending here.
i imported to source code and add google-play-services_lib to…

gang
- 1
- 1
-1
votes
1 answer
How do I change the result of mylocationoverlay?
I am using mylocationoverlay to give my current location, however, its not exactly accurate. Sometimes it is up to 20 meters wrong. I want to be able to move the location marker to my exact position. When using the following code, when I press on…

user1197941
- 179
- 3
- 16
-1
votes
1 answer
Bugs with GoogleMaps v2 in a viewpager
i have a question about map v2 in a viewpage. when i use map v2 as a normal application (not in a viewpage or something like that) its working wonderfull. as i implemented the map v2 in a viewpage suddenly i had a few bugs i think. first of all the…

KenMasters
- 401
- 3
- 8
- 19
-1
votes
1 answer
how to add pin locations in google maps in android according to several longitudes and latitudes
this is my map activity and i need to put several pin locations on this map according to my own coordinates returned from my own database from another server.
public class MainActivity extends MapActivity {
MapView map;
@Override
public void…

Chinthyfy
- 11
- 3
-1
votes
1 answer
I am doing everything in background using doInBackground() where to use onPostExecute()
I am trying to show JSON data into Mapview, but always getting blank map.
I knew that to populate I need to use onPostExecute() in my activity but I am confuse where I need to put onPostExecute() method and what are the lines I need to place in…

Stanley
- 319
- 1
- 2
- 8
-1
votes
3 answers
Android - Two map views in one viewgroup
I need to implement 2 MapViews, one displayed on the entire width and height of the screen and the other on top of this map but will be smaller. I need both MapViews to be displaying at the same time showing different maps. I know that this is not…

Krazyd
- 27
- 4
-1
votes
1 answer
Android, How to make animated overlay on map?
Please guide me how to do animated marker/ pin/ overlay icon on map.
I tried lot from last 2 day but i am not getting success.
Thanks in advance..
Not working
res/drawable/map_marker.xml

Vishesh Chandra
- 6,951
- 6
- 35
- 38
-1
votes
4 answers
how to get android:apikey
How to get the android:apikey for googlemap com.google.android.maps.MapView. i searched it but could not understand any of the articles. can someone please explain me how to get that key. thankyou

Housefly
- 4,324
- 11
- 43
- 70
-1
votes
1 answer
Google maps doesn't display on all phones.
I'm currently working with other friends on a small android project that uses the map.
At first we all could view the map. Then we exported it to an APK with the map key from Google and all the phones we installed it on works. But now something…

Dan
- 1,041
- 1
- 12
- 32
-2
votes
1 answer
I'm always getting a single route no matter what origin and destination I set
I'm getting in my directions as explained in the docs. My link looks like this:
https://maps.googleapis.com/maps/api/directions/json?origin=lat,lng&destination=lat,lng&mode=walking&key=KEY
Which works perfectly fine. However, it doesn't matter what…

Jorn
- 252
- 1
- 15