Skip to main content

Questions tagged [google-maps-api-3]

Google Maps JavaScript API Version 3 lets you embed the functionality of Google Maps into your own website. Version 3 provides greatly improved support for mobile devices. Ask non-programming and licensing questions in the Maps API Google Group (see full description for a link)

-2 votes
0 answers
13 views

GoogleMapsAPI preload address options based on PostalCode

I can't seem to find a method for the API to return a list of possible addresses that match a PostalCode (UK). I need the UI to be similar to this: This is the query: https://maps.googleapis.com/maps/...
NEngl's user avatar
  • 1
-5 votes
1 answer
53 views

Google Maps API not returning values on localhost but works fine on live server [closed]

Google Maps API functions correctly on the live server, but fails to return values when run on localhost. (Controller Page:) // Make a request to the Google Maps Geocoding API $response = $...
MdRasen's user avatar
-2 votes
2 answers
32 views

TypeError: Cannot read properties of undefined (reading 'DRIVING') [closed]

const request: google.maps.DirectionsRequest = { destination: {lat: 12, lng: 4}, origin: {lat: 14, lng: 8}, travelMode: google.maps.TravelMode.DRIVING }; I have the above code in my ...
HARSHITH's user avatar
-4 votes
0 answers
32 views

Maps JavaScript Api [closed]

I am working on my final year project where I used google map api but the map is not loaded in my website, when i console the browser then it shows me this error. Google Maps JavaScript API has been ...
Faiqa r Sheikh's user avatar
-1 votes
0 answers
20 views

react-google-maps/api loading raster (PNG) icons for markers still lead to poor performance vs SVG icon [closed]

I am using react-google-maps/api and loading about 300 markers. Originally, I loaded SVG icons which lead to pretty poor map performance in that dragging and zooming were laggy. I think came across ...
somethingstrang's user avatar
-2 votes
0 answers
23 views

how to get google map js api get lat, lng with selected address [closed]

This code provides an address autocomplete feature using the Google Places API. When a user types in the "from" field, it shows address suggestions. Upon selecting an address, it needs to ...
Faisal Khan's user avatar
-1 votes
0 answers
18 views

Not able to select a suggestion provided by Google Maps Standalone Searchbox [closed]

Iam making a project in React using NextJS, am trying to implement a standalone search box inside Google Maps' Standalone searchbox, the search box is giving me suggestions, but even though I try ...
Priyanshu Choubey's user avatar
-2 votes
0 answers
21 views

How to query the historical speed trap logs from Google map in a certain area? [closed]

I'm developing a website that intents to show the hot spots and the patterns of how the speed traps appear/disappear. Google map seems to have a feature that allows the navigating user report a speed ...
DingoStiglitz's user avatar
0 votes
0 answers
21 views

Is it possible to add a map boundary geojson file dataset to google maps API and then show a specific boundary on a query?

I have a geojson with London boroughs boundaries. I want to create the following logic: Add this as a dataset to Google maps API - I know how to do it show a specific boundary like City of ...
Oris's user avatar
  • 93
-2 votes
0 answers
18 views

Google Maps API's that solve TSP [closed]

Despite examining the Distance Matrix API, Directions API, and Optimization API, I am uncertain if any of these APIs encompass the functionality required for solving the TSP. My available data ...
Brennan Davenport's user avatar
-3 votes
1 answer
111 views

Google Maps Autocomplete fails to suggest locations when under Shadcn Accordion

I'm using the Google Maps JavaScript API for my website along with the Place Autocomplete service. The problem is that the Autocomplete component won't suggest any locations when it's placed inside of ...
Jasperan's user avatar
  • 2,395
-2 votes
0 answers
23 views

GooglePlacesAutocomplete show Specific City Addresses in React Native?

how to show only specific city or any selected city addresses in GooglePlacesAutocomplete drop down list in React Native? I want if user selects any specific city then only show selected city ...
Muhammad Umar Zaman's user avatar
-2 votes
1 answer
32 views

Is there a way to test Google Maps Static API beta for new style change?

I saw the default map styles for the APIs are changing, specifically the Maps Static API and NOT using the cloud-based map styling. In the email it states August 2024 it will be available, but when ...
BrianInPhx's user avatar
0 votes
1 answer
106 views

Google Maps shows "Sorry, we have no imagery here" on iOS13

When running on an iPhone SE with iOS 13, Google Maps briefly displays images for about 1 second and then shows the error: "Sorry, we have no imagery here". It happens on all places, and on ...
pupuza's user avatar
  • 3
-2 votes
0 answers
18 views

GET TRAFFIC INCIDENT google maps api

I want to ask about Google Map API, I want to get data on traffic events such as accidents or closed roads that cannot be accessed by road users. does google maps api support that? I tried using ...
Alfian Aja's user avatar

15 30 50 per page
1
2 3 4 5
1676