Questions tagged as 'google-maps-api-3'

1
answer

Google Maps, doubt about marker radius overlay

I implemented the Maps API v3 in Javascript on a reservation system, in the system I used PHP to connect to the MySQL database to return the units of a franqueadora that already exist and are operating, and also made available on the same screen...
asked by 07.08.2018 / 02:49
1
answer

Google Maps API: Change default marker image

Hello, I'm testing the Google Maps API in my android app, and I learned that you can change the default bookmark icon, but when I added my PNG image to the project, the icon got an absurdly large size. How can I do this not to tell you that my im...
asked by 06.05.2017 / 04:39
2
answers

How to remove Markers one by one (javascript)

I have the following code to add my markers: function setParking(map) { var pointA = { lat: -16.113700, lng: -45.825545 }; var pointB = { lat: -15.284216, lng: -44.658747 }; var poinC = { lat: -16.139567, lng: -43.236152 };...
asked by 20.05.2016 / 13:09
1
answer

Get Geolocation Coordinates (Reactjs)

Hello, I'm developing a simple application that takes the geographical coordinates of google maps api. It's working, but I'm not getting the values that are in the other function. In fact I just want a way to get the Latitude and Longitude value...
asked by 26.06.2016 / 03:12
1
answer

Problem with google maps api getMap () - android

I'm studying google maps api and was using as a basis for my studies video-lessons made available on youtube. However, while I was studying I came across a code depreciation problem. The video lesson you were following is using a function that n...
asked by 18.04.2017 / 23:58
1
answer

The object does not support the property or method in Google's api util.js

I have an application in Delphi XE7 that loads a map of google to generate route in the TWebBrowser, however to generate the route it is shown only that it generates error when it is going to put the described path in the element. I tried using...
asked by 26.05.2016 / 00:49
2
answers

Precision problem in Geolocation maps V3

I'm creating a location web app, using geolocation of google maps v3 . The problem is that when my functions work, they can not get my location CORRETA NO Chrome do COMPUTADOR , but when I use the MEU CELULAR ELE OBTÉM...
asked by 13.02.2016 / 23:59
1
answer

Using multiple Google Maps API instances

I need to draw a map several times and I have a function that loads the map and is the first one to be invoked when opening the page. Here is the body of the function: map = new google.maps.Map(document.getElementById('map'), { zoom: 8,...
asked by 02.12.2015 / 13:05
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

How to generate Dynamic Forms in Google Maps Api JS?

Galera, I'm getting information from several places in a mall ... But I do not want to create a "Marker" with the lat and lng coordinates that I can get from api, what I really want to do is to dynamically grab all the vertices that have on that...
asked by 18.05.2018 / 20:12