Questions tagged as 'google-maps'

2
answers

GoogleMaps + c #

I'm trying to make a request in C # using the package RestSharp , to obtain geolocation information by passing the zip. The request looks like this: RestClient client = new RestClient("https://maps.googleapis.com/maps/api/g...
asked by 04.01.2019 / 16:11
0
answers

Use my location to add bookmarks, Maps SDK for android

I'm creating a map application for android that shows users whether or not the place where they will pass is dangerous or not, it would have interactivity between users where, when someone presses a button, a marker will be added to their curren...
asked by 11.11.2018 / 22:04
0
answers

Hide Google user profile photo of site when logged in

Good afternoon, I'm making a website for a client, it has interaction with the Google Maps plataform, when the user is logged in to his google account, his photo appears in the maps, my client would like to disable it, I explained that only the...
asked by 09.11.2018 / 14:44
0
answers

Search in google maps api returns different values with curl or guzzle

I do the search in google maps api with curl or guzzle using php and it returns me a different value than using postman or the browser ex: $client = new Client(); $res = $client->request('GET', $url,[ 'query' => [...
asked by 19.12.2018 / 20:21
0
answers

Location request issues

Hello, good afternoon! I'm having problems with the return of my location in my code (it's also not asking the user for permission) ACTIVITY CODE public class GPSActivity extends AppCompatActivity implements LocationListener { private TextV...
asked by 20.12.2018 / 17:14
0
answers

Google Maps does not work (After publishing in google play)

When I generate the signed apk on Google Play, Google maps does not work, I already put the key in google_maps_api for both debug and release as it says in this tutorial: Google Maps does not work after it generates Signed APK for Google Play...
asked by 04.09.2018 / 17:13
0
answers

Google maps within the Ionic 3 segment?

I wonder if it is possible to add this map on an ionic segment tab. I even managed to use the map perfectly as I want, but I would like to leave it only on a segment . When I put it, it looks like it stays out of segment and o...
asked by 12.07.2018 / 22:11
0
answers

Return Local ID with Latitude and Longitude only - Google Maps JavaScript API

Good evening, my doubt refers to the following case: I'm working with the google maps API V3, and I use services like Places, Geocoder and Matrix Distance. But I have a huge problem to return the user's current location ID (returned using the...
asked by 19.06.2018 / 01:53
0
answers

Geolocation, permission and Google Maps

I'm programming a site to get the user's location in real time, however I have 3 problems: accuracy permission to use the location (I do not know what event it takes when the user allows you to use your location or deny it, I can not work...
asked by 01.07.2018 / 01:54
1
answer

How do I get the location of a bookmark and save it to the database using google map?

I have a marker on my map, it is "draggable", I would like to know how I can find the latitude and longitude of this marker, and later store it in the database. I have read the documentation of google map api but have not found how to do this...
asked by 08.05.2018 / 19:16