Questions tagged as 'google-maps-android-api-2'

1
answer

How to plot a route using maps API

I'm making an application in Android Studio for an event and would like it to: When you open a specific screen, the app would use mobile phone gps to acquire the source coordinates and open the google maps app to create a route with the desti...
asked by 30.09.2016 / 18:52
0
answers

How do I save a Google Maps map for offline use?

I'm making an application that uses the Maps API for Android. The problem is that it only displays the map if you are connected to the Internet. How can I download the map of a certain region and leave it available in the application to run w...
asked by 13.11.2016 / 00:43
0
answers

How to get traffic information in real time, like Waze? [closed]

I can enable traffic density on the entire map using setTrafficEnabled(true) , as shown here: I would like to provide other information (accidents, blitz, etc.) in GoogleMaps v2 in the same way as I get the distance and the estimate...
asked by 16.09.2015 / 14:48
1
answer

Is it possible to implement the onLongClickListener method in the marker on the map?

I'm developing an application that works on Google Maps API v2. I have already set the onClickListener() method to open a WindowManager to display the name of the point of interest and the address of that location. Now I want...
asked by 27.08.2015 / 01:23
3
answers

How to insert markers (marker) on a map in another fragment?

I'm developing an Android app where you enter a list of courier tasks (get something in point A and take it to the point B ) and these points are shown on a map App has two snippets: ReclyclerView containing the ta...
asked by 08.01.2017 / 18:31
1
answer

Android Map Version 2 with support library

I'm using api v2 from the Android maps. I have the following statement in my Activity <fragment android:id="@+id/map" android:name="com.google.android.gms.maps.MapFragment" android:layout_width="match_parent"...
asked by 19.03.2014 / 21:38
1
answer

Google api v2, I already have the key, but provided by third parties, how to enable without SHA-1?

I have a key to enable Google Maps V2 on android, I did everything I had to do in Manifest and Gradle, when I run the application, the Google-named Fragment appears, but it does not loads nothing, it's in Beige light color, with nothing on the...
asked by 14.05.2015 / 02:22
1
answer

Callback after moveCamera in Google Maps

I have a PageView that, in one of your Fragments, houses a MapView with a map in "Lite" mode. Clicking on this map launches a second activity ( startActivityForResult ) that is composed of a complete map, where it is possible to mark a cer...
asked by 04.03.2015 / 06:45
2
answers

Application with Maps

How do I use maps in the application? Is it via certificate generated on my pc that then validates on the web? Can I apply this genre to eclipse?     
asked by 12.07.2015 / 14:40
2
answers

How to return Latitude and longitude on Android Google-Maps

I would like to know how I can return latitude and longitude from an address provided by the User. Example "Av. Sampaio Vidal,Centro, Marília, SP" Response coordenadas -22.225985,-49.94656     
asked by 04.09.2014 / 21:06