android-maps Questions
4
Solved
I followed this tutorial: http://android-er.blogspot.com/2013/03/embed-google-map-in-webview.html
I'm trying to just use the Google Map in the WebView, but it can't get my current location. I've e...
Mariahmariam asked 10/5, 2013 at 15:46
1
I've an android application, which set Location based reminders. After I added an alarm, it displays as following.
I can't understand which component is used to display the small map and text both...
Strati asked 18/8, 2016 at 6:26
3
Solved
In my app I have some objects that have their location displayed on the map using markers.
The problem is that the only way I've found to handle marker clicks is
googleMap.setOnMarkerClickListener...
Courtenay asked 27/12, 2012 at 11:43
5
Solved
Performance Enhancement:
Previously I saved ALL images in drawable folder, this might be the reason why the map first loads slow, when draw the markers on screen, the image may not fit the screen s...
Khadijahkhai asked 8/10, 2014 at 20:9
4
In my Android application I need to place marker at exact position on map. I pin a marker on map with 51.507351, -0.127758 (London) location. I used the following code to do the work.
googleMap.ad...
Conjunctiva asked 7/9, 2015 at 11:43
1
I'm developing a navigation app in android. I want to prompt the user when he goes off-road. So, if I have a GPS Lat/Lng point, is it possible to determine if that point lies on a road or not? Is t...
Cuff asked 31/8, 2012 at 4:1
3
Solved
When i long press the map it should add marker into the place. But its not working. My app crashes when i m trying to run this. Please help me out
Here's my code
package inandroid.jeetna.memorabl...
Oujda asked 29/12, 2015 at 7:18
1
Solved
How to find the markers and markers positions (Lat,Lan) on Google map while moving the camera position.?
Ailina asked 14/12, 2015 at 4:35
2
Solved
Is there a simple way to get the LatLngBounds of the visible map from a CameraPosition with Android Google Maps API v2 so that I can use the OnCameraChangeListener to go fetch new data for the mark...
Renunciation asked 18/12, 2012 at 20:48
2
Solved
I am using Google maps api v2 in android. I have placed a marker by using latitude and longitude . The marker is shown at correct place , but i want the the map should show area around the marker o...
Reeba asked 9/5, 2013 at 9:48
10
Solved
I have checked and double checked my APIkey that I registered on the Google Console however I am still getting the following error:
12-05 16:31:12.940: E/Google Maps Android API(12334): Failed to ...
Mitinger asked 5/12, 2012 at 16:37
2
Solved
What I have: native android app that use Android Maps API v2 (native library)
Everything works good in Hong Kong and Ukraine. The problems came as soon as we step in China border. We have next pro...
Lenni asked 23/10, 2014 at 8:57
1
I am working in an android application and I have two Geo points. I want the user to redirect to the google map android application from my application to show the directions in the map. How can I ...
Abet asked 23/9, 2014 at 5:27
1
I'm creating my first map application for Android and have followed every steps as recommended in this article from vogella and I'm unsuccessful in my case. I was facing the Google Play services is...
Hyperbolic asked 2/12, 2013 at 12:2
9
Solved
I have import google-play-services_lib into my workspace and Add google project into MYProject it give mr error:
Description Resource Path Location Type
The container 'Android Dependencies' ref...
Auxesis asked 15/2, 2013 at 13:38
3
I'm using Peter Doyle's android-support-v4-googlemaps support library for implementing an Activity that uses both Fragments and Google Maps, and can't seem to get FragmentTransaction animations to ...
Tito asked 26/1, 2012 at 10:33
8
Hey I am trying to use Google Maps on my emulator even though I've installed Google Play Services library when I run the app it says
This app won't run without Google Play Services which are mi...
Wax asked 31/1, 2013 at 9:21
3
Solved
If I have these two geofences, after registering these geofences I should get notified when I'm entering or exiting the circumference of these circles. However, I don't want my App to send a notifi...
Lucialucian asked 7/4, 2014 at 13:29
2
I am trying to drag and drop a crosshair onto a MapView. I have an ImageView button on the screen. When I touch it, the button disappears and a new ImageView appears. The new ImageView is supposed ...
Imperturbable asked 5/12, 2011 at 5:17
7
Solved
I have a application where I want to show different locations (one at the time, picked by user input) by launching Google Maps with their specific geo coordinates.
I'm currently using this (with r...
Mu asked 21/10, 2010 at 17:15
0
I want to display markers like these below on my android map application. I Know I have to use custom marker for this I also have the angle calculated but I don't know how to display the arrow on t...
Encyclopedia asked 30/10, 2013 at 21:17
1
I'm trying to put an instance of the new MapView in a ListView. New mapview being:
com.google.android.gms.maps.MapView
I'm turning all interactions off, and setting a fixed height for the view: ...
Evalynevan asked 8/1, 2013 at 15:15
5
Solved
I want to develop an application in which i want to display information about places nearby (within 1km )the user by getting its current location..
Say for example i want to display information a...
Mi asked 5/4, 2011 at 11:24
6
I got Google Maps Android API v2 to work perfectly on my Android Application by downloading the library, adding it to workspace, then referencing it as a library.
But I still get this error as soo...
Collaborate asked 28/2, 2013 at 21:15
2
I am working on a map application on Android and i am using Google Maps Android API V2. I get the polygon data from a web service, convert it by XML parse and can show it on the map without a...
Prickle asked 26/8, 2013 at 13:21
© 2022 - 2024 — McMap. All rights reserved.