Questions tagged as 'google-maps'

1
answer

I need to put a link in my Google Maps

I have a map on my site, where the location of the establishment on the map has the logo, instead of the default Google Maps PIN, a PNG image appears. I need this image, when clicking, to take a specific URL within the site itself. I already...
asked by 19.09.2016 / 23:03
1
answer

Get mysql data and use in MapsFragment on Android

My share of php I believe is working. I do not know how to get this data for Android. How can I do? I need to pass the data name, message, lat, long to some variable in android. Part of Php: $sql = $dbcon->query("SELECT * FROM mensag...
asked by 21.09.2016 / 02:15
1
answer

Upload Google Maps without internet - Android [closed]

I'm creating an app using google maps default activity in android studio, the application is already complete, but I'd like it to work without the internet, I've seen the google maps app has this functionality, but I have not seen any third part...
asked by 27.08.2016 / 16:48
2
answers

Google maps android already open looking current position [closed]

I would like help to get google maps from my android application already look for the current position of the user as soon as the map is opened, in the same way as traditional gps, such as waze, to have to click on any button for this . And a...
asked by 31.08.2016 / 08:18
1
answer

Get Current Location by Google Maps and enter the address in a form

I'm learning to tinker with the google maps API, and would like to know how to grab the user's current location and enter the address into a form. To do little to date. You could help me with that. function init () { loadPosition();...
asked by 28.08.2016 / 16:11
2
answers

Google Maps does not open after the app is launched

I'm using the Google Maps Android API, but it's not working when I send the app to Google Play. In the debug it works normally and when I run the application through Android Studio too, but when I launch the application to the Playstore it does...
asked by 02.08.2016 / 20:41
1
answer

Error 400 Bad Request in the Google Distance Calculation API

This is the error that is occurring at the time of sending the requisitions through the url: Warning: file_get_contents(https://maps.googleapis.com/maps/api/distancematrix/json?origins=Av Padres Olivetanos|Brasil&destinations=AmadorBuenoDa...
asked by 07.07.2016 / 00:44
1
answer

How to load the latitude and longitude pairs for a C # object and work them?

Good evening! I am developing a web page where the user can draw a route. I use google maps api. I need to get the latitude and longitude pairs from the route, load to a C # object and, after working latitude and longitude information, return th...
asked by 25.05.2016 / 23:11
1
answer

Get path using the user's location to the default Marker (javascript google-mapsv3)

I am using the answer that is in the question of the following link: question And I do not understand what I need to put in the line below where the comment is: map = new google.maps.Map( /*creates Map variable*/ document.getElementById("...
asked by 18.05.2016 / 16:46
1
answer

Calculate Distance between markers

Well, I'm going to try to be brief and clear, I would like to know how I can calculate the distance between markers, the markers are already all on the map, but I need the code to calculate which is the closest to my location. I know my location...
asked by 30.03.2016 / 20:44