google-maps-api-3 Questions
2
Solved
I'm quite new to WordPress and I'm following a Udemy course on theme development and one part involves using the Google Maps API. When I register/enqueue the script, it doesn't appear in the HTML s...
Photoneutron asked 12/5, 2017 at 5:5
5
Solved
I'm currently using the Google Maps API for the first time.
Essentially I wish to have the map zoomed out so that the whole world is displayed with no overlap (e.g. bits of a certain country are no...
Lemcke asked 10/12, 2013 at 15:19
4
Solved
I have created a function that places an array of pins on a map. I have already added a click function to all markers that re-centers the map on the new location and zooms to the appropriate. This ...
Minnieminnnie asked 8/8, 2023 at 14:10
13
I've open an issue on the geolocator repository https://github.com/BaseflowIT/flutter-geolocator/issues/199
It entails the geolocator package not retrieving the location. They recently released a ...
Derbent asked 20/2, 2019 at 9:50
9
Solved
I am using the following code to use get-directions in google maps. But when I run this from other machines, it is showing the error "invalid api key". How can one use this same map witho...
Lynettalynette asked 27/9, 2012 at 6:11
5
I followed the library and youtube guide to add marker clusterer to my map but I got the problem.
MarkerClusterer undefined
I have defined MarkerClusterer as show in the guide, but still got the...
Lodestar asked 19/6, 2013 at 9:5
5
Solved
I'd like to display Google Place Photos in my NextJS application. To GET these images from their specified URL an API key is needed, but at the same time, I do not want to expose this API key to th...
Analemma asked 27/9, 2022 at 19:8
6
Solved
I'm developing an app with google maps typescript api, and today I got this warning message when the app was launched ->
Starting February 21, 2024, google.maps.Marker will no longer be
availab...
Deter asked 22/2 at 15:37
26
Solved
From what I see, in v2 of GMaps API there was a property "buttons" of the InfoWindow object that one could define in a way that given InfoWindow has no close button:
marker.openInfoWindowHtml("No ...
Penis asked 21/9, 2013 at 13:50
4
Solved
I'm trying to plot a large number of latitude longitude values from a CSV file on a map, having this format (first column and second column):
I'm using python 3.6 (apparently some libraries like...
Fillmore asked 9/11, 2018 at 21:1
5
How do I enable 3D satellite view in Google Maps JavaScript API, please?
Let me repeat! 3D!
Please do NOT refer me to the 45-degree angle view, that is NOT 3D!
You can get this on Google Maps by c...
Brunson asked 30/12, 2018 at 22:41
3
Solved
Can anyone explain the exact syntax used to set the z-index for a marker using the Google Maps API (Version 3)?
Consanguineous asked 26/1, 2012 at 16:9
7
Solved
I want remove the option for the user to put the map into 45 degree tilt mode from the satellite view. I can set the default tilt by calling setTilt(0) on the Map object, but when the map is displa...
Palpitation asked 13/3, 2012 at 23:55
3
Solved
I try to draw circles on the Google Maps API, which are transparent.
CircleOptions circleOptions = new CircleOptions()
.center(new LatLng(lat, lon))
.radius(50.0)
.strokeColor(Color.TRANSPARENT...
Necropolis asked 3/5, 2016 at 10:32
3
Solved
I am making an app for Samsung Smart TV 2012 and its basically HTML5 and JavaScript.
The Google Maps V3 works very good but one thing.
It seems that the TV doesn't have enough processing power so s...
Jarry asked 13/7, 2012 at 7:52
7
Solved
I am trying to find my keytool so that I can make keys to sign my app and to register for the google maps api
I'm beginning to think that I don't actually have it on my machine
If anyone could he...
Jeaz asked 3/9, 2011 at 11:29
23
Solved
Bit stuck on this one. I am retrieving a list of geo coords via JSON and popping them onto a google map. All is working well except in the instance when I have two or more markers on the exact same...
Stringency asked 23/8, 2010 at 15:13
3
I have created a custom marker for use in my google map. The anchor point of the icon should be in the bottom left hand corner. On my map, the anchor points appear to be on the bottom edge in the c...
Stromberg asked 2/2, 2014 at 0:40
3
Solved
Google Maps JS API began displaying blue focus border around the map after switching to another browser tab and then go back. Once the map is clicked the border vanishes.
The element with the bord...
Oxidase asked 17/3, 2021 at 8:11
12
Solved
I am using google autocomplete places javascript to return suggested results for my searchbox , what I need is to only show the city and the country related to the characters entered but google api...
Transparency asked 26/11, 2011 at 22:12
7
Solved
Hello this might be really silly question but I am trying to make markers disappear when
they are clicked. The marker is located properly on the map but when I click it, it doesn't
do anything. I w...
Mignonmignonette asked 7/3, 2012 at 0:35
5
Solved
I have a custom overlay class (ImageOverlay) which inherits from google.maps.OverlayView. I want it to respond to Google Maps click events (not just DOM click events) but simply using addListener d...
Dynamics asked 29/7, 2010 at 11:9
20
Solved
I have successfuly implemented Google Maps Places V3 autocomplete feature on my input box as per http://web.archive.org/web/20120225114154/http://code.google.com:80/intl/sk-SK/apis/maps/documentati...
Jinajingle asked 23/10, 2011 at 9:54
2
Solved
I'm using Google Maps v3 and I build in the server side a json collection of location data. So when I receive that, I iterate through that collection and create a marker object for each and every o...
Mathi asked 22/4, 2010 at 0:14
5
Solved
I have found a basic URL structure for regular map tiles:
https://mts1.google.com/vt/lyrs=m@186112443&hl=x-local&src=app&x=1325&y=3143&z=13&s=Galile
What would be the URL...
Statistical asked 11/4, 2014 at 16:19
1 Next >
© 2022 - 2024 — McMap. All rights reserved.