Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.
1 vote
2 answers
51 views

Google maps place id refresh

I have a relatively simple question, I can't find an answer for. I'm using the google places api and store the ids. However the documentation states, that refreshing placeId is free of charge. It's ...
Joshit's user avatar
  • 1,347
0 votes
0 answers
29 views

How to remove padding from Google Maps InfoWindow in Vue 3 to make image cover full popup?

I'm building a Google Maps component using vue3-google-map, and I want the image inside the InfoWindow to fully cover the popup — edge to edge, no default padding. The problem is that Google Maps ...
Tiago Fernandes's user avatar
0 votes
1 answer
62 views

NextJS + React Google Maps Api not working on production build

I have dependencies "dependencies": { "@react-google-maps/api": "^2.20.7", "next": "15.4.1", "react": "19.1.0", &...
Mark Conway's user avatar
-1 votes
1 answer
75 views

Sometimes getting the wrong destination when using google maps distance_matrix API

I have a python script that uses distance_matrix from the Google Maps API (yes I know this is now legacy and replaced by routes, but I'm updating an older piece of code and don't really want to change ...
Adrian's user avatar
  • 151
3 votes
0 answers
484 views

Google Maps embed iframe throws 'Uncaught Error: Nc' in console

I get this error on multiple sites when I'm using Google Maps embed: Uncaught Error: Nc https://maps.googleapis.com/maps-api-v3/api/js/61/3b/intl/hu_ALL/main.js:46 oaa https://maps.googleapis....
Sirius's user avatar
  • 73
1 vote
0 answers
77 views

Google Maps types are outdated while updating google.maps.places.Autocomplete to google.maps.places.PlaceAutocompleteElement

I am using google.maps.places.Autocomplete in my project, as you can see, and getting a warning: "js?key=YOUR_API_KEY&libraries=drawing,geometry,places:83 As of March 1st, 2025, google.maps....
shahid zaman's user avatar
0 votes
2 answers
188 views

Deck.gl causing "TypeError: Cannot set properties of undefined (setting 'adapter')" with vite dev mode

I have a React project that uses Deck.gl. The app has been working fine for several weeks, and is in production without issue. However, today, while developing, the app started crashing with these ...
Daniel Loiterton's user avatar
0 votes
1 answer
74 views

Google Maps JS API – heading and tilt not working despite using vector map with mapId

I'm trying to enable tilt and heading rotation on a Google Map using the @react-google-maps/api library in a React app. I have: Created a Map ID via Google Cloud Console with: Map type: JavaScript ...
Adrian Krafft's user avatar
-1 votes
1 answer
97 views

How to highlight region boundaries (country, state, county) on Google Maps like Azure Maps?

I'm trying to build a feature using the Google Maps JavaScript API where users can search for a region (such as a country, state, or county) and have that region's boundary automatically highlighted ...
Nilesh Khonde's user avatar
0 votes
0 answers
54 views

Googlemaps API Loader setMap(null) not working on vue

I have this vue component <template> <div> <div ref="mapContainer" style="width: 100%; height: 500px"></div> <div v-if="routeInfo.distance&...
Josh Yehezkiel Nusera Parinuss's user avatar
2 votes
1 answer
251 views

JavaFX 21.0.6 WebView problem loading Google Maps v3.58+ on Windows 11

Included below is a minimal application that attempts to load Google Maps using a JavaFX 21.0.6 application (compiled using the 21.0.5 JDK). On a Windows 10 machine the code works as expected, but it ...
Max van Daalen's user avatar
-2 votes
1 answer
98 views

Places API "REQUEST_DENIED (This API project is not authorized to use this API.)"

Places API (New) not working and returns "REQUEST_DENIED (This API project is not authorized to use this API.)" I already activated the API and even removed all restrictions. I'm also using ...
Jwls's user avatar
  • 9
4 votes
2 answers
308 views

Google Maps API – "This API project is not authorized to use this API" (REQUEST_DENIED)

I'm currently working on integrating the Google Maps API into my project and have enabled all required APIs, including: Maps JavaScript API Directions API Geocoding API Places API Distance Matrix API ...
opu's user avatar
  • 81
1 vote
0 answers
45 views

Can I use Cloud Google Maps Styles on mapTypeId other than roadmap?

I'm trying to use hybrid mapTypeId, but hide Point of Interest pins. So I have a style set up in Maps Management with PoIs visibility hidden - however this is a roadmap style and when I use on my JS ...
weuniok's user avatar
  • 11
0 votes
0 answers
55 views

Coordinate function in Google Maps API polygon?

Is anyone familiar with Google Maps API and putting polygons onto a still map? I have a lot of coordinates I want to place down, but it's difficult to copy and paste every single one into the ...
Elk September's user avatar

15 30 50 per page
1
2 3 4 5
1671