Questions tagged as 'google-maps'

0
answers

Receiving information shared by Google Maps

I have an application where you can share links! I do this by taking information from meta og with Jsoup: final Document doc = Jsoup.connect(url).get(); final Elements itens = doc.select("meta[property^=og:]");...
asked by 11.01.2017 / 21:17
0
answers

Google Maps does not work on Mobile [closed]

I have this HTML code below and it used to work, suddenly the map does not load anymore and I can not solve the problem. can anybody help me? I test in Firefox and Chrome on Android. <html> <head> <meta http-equiv="content-typ...
asked by 04.01.2017 / 18:06
0
answers

Offline Map on Android

I'm making an application in which using Google map and can run out of internet access. Without internet access the Google map system does not work. Questions: I know that you have to cache some Google map information, but how do you do th...
asked by 12.12.2016 / 17:10
0
answers

Icons disappear when zoomed in on google map

I have an application in PHP, via JS I inserted in the Google map some icons, where I am hovering over the addresses that are in a list is zooming in the map, however when repeating the zoom in / out the icons disappear Has this ever happ...
asked by 09.12.2016 / 20:35
2
answers

Map does not appear in app

I'm adding a function in a my app that will show specific places near the user. ( Here is the example that I embedded ) Follow screen print in activity: EDIT:E/GoogleMapsAndroidAPI(21658):Authorizationfailure.PleaseseetheGoogleConsolef...
asked by 19.12.2016 / 21:08
1
answer

Add Bookmark with click

How do I add a bookmark to the map with a click? public class MapsActivity extends FragmentActivity implements OnMapReadyCallback { private GoogleMap mMap; @Override protected void onCreate(Bundle savedInstanceState) { super.onCr...
asked by 21.11.2016 / 20:25
1
answer

Map loads only on my device

I have a map in a fragment. I already solved all as key questions, I created the signed apk, it is not what I want to do and I did not put any google developer console, with the name of the project. A created key I placed in the manifest of the...
asked by 08.11.2016 / 00:02
0
answers

How to put the address in marker maps

Good afternoon, I have the following code and I would like to know how to include the address in the marker, since I have lat and lng in the database of all points. (This is a gps) var image = '../assets/img/ambulance.png'; var map; var markers...
asked by 25.11.2016 / 15:38
1
answer

GoogleMapsAPI - create markers filter

I'm making a dynamic map using the Google Maps API that uses the markers to signal a list of pre-defined locations, such as: self.locations = [{ name: 'Foxtrot', lat: 38.713905, lng: -9.1518868, type: 'Bar'...
asked by 05.11.2016 / 01:23
0
answers

Locking on the map OnResume (); [closed]

I have the following code locking on the map in OnResume (); Could anyone help me? public class fragRegion extends MyFragment { private MapView mapRegio = null; private AlertDialog alertD = null; MyFragActivity myAct = null;...
asked by 04.10.2016 / 16:38