Questions tagged as 'google-maps'

1
answer

Google Maps does not load on the physical device

I created a Google Maps app and the Genymotion emulator it loads normally but on a physical device it does not load completely (I'm using Android Studio). Here's a print screen of how it stays on a physical device: To generate the AI-Key,...
asked by 28.03.2016 / 16:59
1
answer

Calculate the closest point and trace route in Google maps

Well, I'll try to be brief and clear at the same time, I'd like to know how I can calculate which point is closest to my location, I have markers all over the map already, and I have my location, the only problem is I calculate to see which is th...
asked by 13.03.2016 / 22:53
3
answers

Google Maps does not load

I created an application to test google maps, but when I run the mobile phone the map does not load ... the google logo appears in the lower left corner but the rest of the screen goes blank ... I added the permissions on the AndroidManifest.xml...
asked by 19.03.2016 / 15:36
1
answer

TWebBrowser does not load google map tiles

I have an asp page that worked normal for TWebBrowser (Delphi-XE7) until this morning, but now loads all the added points, but the tiles do not. If you move the zoom loads normal from there, but every time I update comes without Only occurs i...
asked by 18.02.2016 / 18:26
1
answer

Problem loading Maps v2

Good morning! I have the following code to load the map into my app: if (mMap == null){ mMap = ((SupportMapFragment) getSupportFragmentManager().findFragmentById(R.id.map)).getMap(); if(null == mMap) { SupportMapFragment...
asked by 13.10.2015 / 14:35
1
answer

Stylize editable square "balls"

When you draw an editable square on the map, those "polka dots" appear in the corners, which are the clickable areas to resize the square. function initMap() { var map = new google.maps.Map(document.getElementById('map'), {...
asked by 07.10.2015 / 16:56
1
answer

Error inflating class fragment using maps

When I run my app, after selecting the event that directs to activity with maps, it ends with Fatal Exception .    luizugliano.com.br.lugaresfavoritos.MapsActivity}:   android.view.InflateException: Binary XML file line # 12: Bin...
asked by 23.11.2015 / 16:11
1
answer

Recover only Name City GeoCode Maps PHP

I am using PHP in this code to retrieve the address, it is returning me normally, what I need is to recover only the name of the city, $lat =$_POST['latitude']; $long =$_POST['longitude']; $address=file_get_contents("http://maps.googleapis....
asked by 14.10.2015 / 23:02
2
answers

Google Maps API

Does anyone know if it's possible to remove automatic google tags from within the map? These markers already load along with the map, I'd like to know if it's possible to remove. Thank you.     
asked by 07.01.2016 / 18:40
1
answer

How do I get markers near the user's location? [closed]

Good evening Who knows the Tinder application knows that a map is not shown, but knows that it takes the location of the user and uses it to look for people who are nearby within a certain radius. I would like to do the same thing in my Andro...
asked by 10.09.2015 / 04:39