Questions tagged as 'google-maps'

2
answers

How do I add bookmarks to the google map by clicking on it? - JavaScript

I'd like to know how to add bookmarks to the map by clicking on a point in google maps. Actually creating / adding the marker "manually" I already know, what I really wanted was to trigger the function of adding the marker by passing the latitud...
asked by 28.07.2017 / 22:56
1
answer

How to remove KmlLayers increment in Google Maps?

I have a list of items (in the code below two buttons) in which to click on each one and opens a modal with a map with its particular KML. When you click on the first item, the polygon for the item appears, but when you click on the next item, i...
asked by 06.05.2017 / 21:47
2
answers

Problem with the Google Maps API key

Map does not open on the actual device using% generated%. I made .apk for Map using the AS wizard for this purpose, in this way it generates a Activity . I was in the Google API where I already have an account and a project and t...
asked by 20.12.2016 / 16:16
1
answer

Create a marker at the current location of Maps with Fragment

Hello, I need to put a marker in my current position and show it in Google Maps, but as I'm using Fragment the setMyLocationEnabled method does not work, I already went behind the internet on several sites and I did not find the solution, so I de...
asked by 26.09.2016 / 17:40
1
answer

Make a mark on your Google Maps map

I wonder if there is any way to leave a mark on a certain part of the Google Maps map (android). I'm not saying in marker form, I'm wanting for example to leave an area next to my house with a spot of red on the map (or another color). Is it pos...
asked by 30.08.2016 / 23:20
2
answers

Script does not display map

I'm using this script :    link The error in the console is this:    "Google Maps API error: MissingKeyMapError developers.google/maps/documentation/javascript/error-messages#missing-key-map-error" js: 34: 391       "Google Maps AP...
asked by 29.08.2016 / 20:52
1
answer

Center Map with Multiple Markers

Good afternoon everyone! I'm developing a system, but I need to use Geolocation to get the location of the user, and show the points close to him, so long, but when I put a marker in another state, it zooms too wide to pick up all markers, I...
asked by 26.04.2016 / 20:03
1
answer

Custom Bookmark in Google Maps

How do I incorporate the Google map but with the custom marker? Do you have any public Google Maps API (which does not require an access key)? Currently I need to include "all" API, just to perform the operation (previously) get a latitude, long...
asked by 07.04.2015 / 14:38
1
answer

Change color of a marker circle - Google Maps v3

The map loads correctly, the markers in the addresses that come from the database, so far so good, then a check happens if it has a marker overlapping the other, inside a if , I want to change the color of the circle, exactly the values of stro...
asked by 14.08.2018 / 15:39
1
answer

Very slow zip query [closed]

date_default_timezone_set('America/Sao_Paulo'); include 'conn.php'; $query = $mysql_adv->query("SELECT * FROM dados"); while($row = $query->fetch_array()){ $url = "https://maps.googleapis.com/maps/api/distancematrix/json?or...
asked by 12.06.2018 / 16:11