Skip to main content

All Questions

0 votes
0 answers
8 views

google map details are different on different devices

I have implemented google map in one of my application.before few days all was working fine, but i am finding a weird behavior in google map while tracking vehicle on map.The details of the map are ...
Santosh Yadav's user avatar
0 votes
1 answer
127 views

Some controls of Google Map view are under status bar and toolbar

I have an app with transparent toolbar and statusbar and there is map which takes all space of the display but I need to move native controls of Google's map view under toolbar somehow How can it be ...
user924's user avatar
  • 11k
1 vote
3 answers
1k views

Google Map API is not working on release mode

I am using Google Map in my android. It was working fine. Today I implemented Google Places API, after that when I build release APK, map is not working. I don't know that it is because of Google ...
Faizan Ahmad's user avatar
-1 votes
1 answer
104 views

Attempt to invoke virtual method 'double android.location.Location.getLatitude()' on a null object reference showing error in this line bellow

showing error in this line what can i do showing error in this line what can i do showing error in this line what can i do showing error in this line what can i do showing error in this line what can ...
Abdullah Al Shahed's user avatar
0 votes
1 answer
480 views

Google Maps show gray on android device

I have Google map implemented into my app (in fragment) when I open that fragment it just show gray screen while I am getting correct latitude, longitude Code override fun onCreateView( inflater: ...
mafortis's user avatar
  • 7,010
0 votes
0 answers
847 views

Google maps for Android, firewall whitelist

I'm developing a company specific Android application that uses Maps SDK for Android and Google Maps Intents for Android (com.google.android.apps.maps) to show some markers on Google map. Users use ...
bacuba's user avatar
  • 103
-1 votes
1 answer
821 views

how to fix sms permission error android studio?

in this project, I want to send a location message to the destination number. I have added SEND_SMS in Manifest, I want this application to send a message when I press the button. but there is a ...
AIN NU's user avatar
  • 3
-1 votes
1 answer
371 views

draw route line between real time latitude and longitude

now i am getting latitude and longitude n time, if i move with my phone the marker also moving according latitude and longitude, but i need to draw a route line if phone change the position. example i ...
Lokesh GP Loki's user avatar
-1 votes
1 answer
1k views

Android Map : How to cutomize Marker icon with SVG file?

I have a SGV icon (.svg) that I want to use like cutom icon for map markers. How should I proceed ? I didn't find anything on the subject.
Mohamed Jihed Jaouadi's user avatar
0 votes
1 answer
583 views

onLocationChanged being called even when map is just moved

locationListener = new LocationListener() { @Override public void onLocationChanged(Location location) { centerOnMapLocation(location,"Your location"...
Pera's user avatar
  • 173
-1 votes
2 answers
425 views

showInfoWindow() function doesn't work in Google Maps

I have a google map with some markers and all of them have title and snippet. I store markers in a HashMap. I want to display title and snippet with showInfoWindow() function when a button clicked. ...
saleh yarahmadi's user avatar
1 vote
1 answer
1k views

Getting the place name from a marker on Google Map

I am displaying Google map in my fragment with markers. I want to retrieve place name from marker placed(I am not setting title to the marker). In the below screenshot I want to retrieve marker with ...
Pramod Waghmare's user avatar
2 votes
2 answers
1k views

java.lang.IllegalArgumentException: southern latitude exceeds northern latitude (23.029011581089936 > 23.0060917)

I'm working on Google Maps, I found a strange error which I never came across before: Here are the details. I am trying to put two markers in the boundary using, latLngBounds = new LatLngBounds(...
ChandraMouli Poreddy's user avatar
3 votes
1 answer
244 views

Do google map GroundOverlays have anti-aliasing on by default?

I could not find any documentation regarding this. I have observed that my images are anti-aliased by default when loaded on a google map GroundOverlay in Android. Do google map GroundOverlays have ...
Abhishek Bansal's user avatar
0 votes
0 answers
54 views

How to get a text direction given a LatLng?

having a LatLng is possible to get a text direction like this? Av del Cid, 25, Valencia, España It must be free of charge. Can't find any info about this. For example, this is the LatLng: LatLng ...
NullPointerException's user avatar

15 30 50 per page
1
2 3 4 5
12