Questions tagged [android-maps]

The Google Maps external library (part of the Google APIs Add-On) lets you add powerful mapping capabilities to your Android application.

Official Android mapview documentation

850 questions
0
votes
3 answers

Using Google Maps Directions in Android App

I'm trying to develop an Android App to go with my web app www.scroutenise.com, so I made a backend API to mimic the behaviour of the Javascript app which returns A Google Maps DirectionsResult A bunch of Google Maps Places Both are in the same…
basicallydan
  • 2,134
  • 3
  • 25
  • 40
0
votes
2 answers

ANDROID OverlayItem - Pass Values

Is it possible to send values other than marker, title and snippet in OverLayItem. Because I want to handle many buttons when a balloon in map is clicked so I need extra values like IDs, status, etc.
abhi
  • 503
  • 6
  • 24
-1
votes
2 answers

android:exception in map

I am implementing an app in which i have to use google map and code is as follows:
user1025050
-1
votes
1 answer

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 i do showing error in this line what can i do…
-1
votes
2 answers

How to get user's GPS coordinates by clicking a button?

Hello there i'm having a problem here i have an add and edit form for my point of views databases it has two EditText for the coordinates, for Longitude and Latitude and it has a button to get the current coordinates if i click the button, the two…
Falmesino
  • 135
  • 1
  • 5
  • 16
-1
votes
1 answer

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 problem in the code. this is error in logcat…
-1
votes
1 answer

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 have T1, T2, T4, T5 time latitude longitude…
Lokesh GP Loki
  • 101
  • 2
  • 15
-1
votes
1 answer

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
  • 1,427
  • 4
  • 25
  • 44
-1
votes
2 answers

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. this is my code : Marker m = getMarker(location);…
-1
votes
1 answer

I am confuse between both of them which one is the best GoogleApiClient or FusedLocationProviderClient

I am confuse between both of them which one is the best GoogleApiClient or FusedLocationProviderClient. Some people use GoogleApiClient and some use FusedLocationProviderClient.I am confuse between both of them which one is the best I am beginer i…
-1
votes
3 answers

android maps displayed multiple markers (LatLng from sqlite)

i use google maps with get (user) device location (GPS Location) in my android app, and insert into database (SQLite) latitude and longitude and adress ! now i want displayed multiple location with LatLng read from database ... no problem in create…
ghasem deh
  • 698
  • 1
  • 10
  • 26
-1
votes
1 answer

How to create an Google Maps URL with multiple Markers by Android API?

I've create an Android App to show some locations by GPS on a google map in the android application. Now i add an share button that should send an URL (google Maps) to someone by a plattform like WhatsApp, Telegram or so. I read some posts and…
michael-mammut
  • 2,595
  • 5
  • 28
  • 46
-1
votes
3 answers

Android app crashing on Google Maps Activity

It is showing the error message that the app is unfortunately closed when I move from the AddReminder Activity to the AddEventPlace Activity. DataBaseHelper.java public class DatabaseHelper extends SQLiteOpenHelper { String tbl_User = "User"; …
Hacan Champ
  • 53
  • 11
-1
votes
1 answer

Android Google Map update geofence area/radius on drag

Hoping that you are aware with android map's Geofencing feature where we can draw/highlight particular area (radius of circle in meter) on Google map as displayed below. My requirement is that I need to change this area by dragging circle border.…
-1
votes
1 answer

android studio api v2 map get a blank screen

I try to build a simple google map app,and i just get the blank screen... I did everything written here and it doesnt work please help i just open android stuido click on maps activity then i changed my key i did build and copy the app-realse.apk…
zion
  • 21
  • 3