How are we doing? Please help us improve Stack Overflow. Take our short survey

Questions tagged [google-maps]

Google Maps is a desktop and mobile web mapping service application and technology provided by Google, offering satellite imagery, street maps, and Street View perspectives. Also supported are maps embedded on third-party websites via the Google Maps API, and a locator for urban businesses and other organizations in numerous countries around the world.

Filter by
Sorted by
Tagged with
0
votes
0answers
5 views

How to get predictions from Google maps AutocompleteService with full information about lat and lng?

I am trying to get predictions from google.maps.places.AutocompleteService with function getPlacePredictions (https://developers.google.com/maps/documentation/javascript/reference/places-autocomplete-...
0
votes
0answers
13 views

How to check if markers are inside bounds of the map?

I am trying to check if markers are inside bounds of the map. I have been able to get in console bounds from map. But i am not sure how to connect those bounds and marker position. I tried with simple ...
0
votes
2answers
31 views

Find the nearest location of a path using BSP-tree in Java

In a routing program, I need to match the location I get from the GPS to my route to know where I am on the route. Now I want to solve this problem using BSP-tree but I do not know how to do it so if ...
-2
votes
1answer
14 views

Which API can help identify areas of surfaces, roofs of from any geographic location.on

Can we use Google map api to calculate surface area of roofs of any geographical locations? Or any other open source , api that can be used.
-3
votes
0answers
17 views

How to fix Places API for complete search, Places API not working, Google Maps API Javascript [duplicate]

I am trying to do the auto search complete. I have already enabled Maps Javascript API & Places API, and followed the documentation which I have done. But still no luck to it, because it gives me ...
-3
votes
0answers
25 views

How to iterate or loop to fetch multiple markers in Google Map Javascript [closed]

I am trying to display multiple markers in google map javascript but the problem is it is not displaying anything. I have tried searching and using some of the similar problem that were asked here but ...
-2
votes
0answers
13 views

Why are maps/google maps not showing the street number?

I am currently opening maps and google maps when someone clicks on "Navigate to that address". const openMaps = () => { const scheme = Platform.select({ ios: "maps:0,0?q=",...
-1
votes
0answers
27 views

Google Maps JavaScript API and Places API with conditional input (React) [closed]

In my UI I am rendering two different inputs. The first input should be autocompleting with US city names only while the second input should be autocompleting with a full address. In my parent I am ...
0
votes
0answers
14 views

Change Infowindow stem location to keep it within the map boundary without scrolling

How can the stem location on an Infowindow be changed such that we can ensure the Infowindow always opens within the boundaries of the map, even if a marker is close to one of the edges of the map. ...
-2
votes
1answer
15 views

Canvas is not keeping coordinates in Google Map tiles

I'm trying to draw some markers on a canvas, placed in every tile of Google Maps. To do that, in every tile /z/x/y I place canvas of size 256x256 pixels. Then, I draw my some marker in some ...
-2
votes
0answers
16 views

What is the correct way to find Rectangle Coordinates(North,South,East,West) from the coordinates collected by Polygon in Google Javascript Maps APIs [closed]

I am selecting a polygon and I am able to get the coordinates of the polygon. I need to convert my polygon to the rectangle. Is there any proper way to find North, South, East, West, or I could find ...
0
votes
0answers
28 views

travel time from google maps API does not vary with time of day

I used gmapdistance to calculate travel time between two points in New York at different times. Can someone please tell me why is the travel time same and is not varying with time of day? library(...
0
votes
0answers
17 views

Flutter google map program is running in loops

Google maps on flutter is looping like infinite times. The print statement inside _onCameraMove & _onCameraIdle() are printing same data like infinite times on logs, this starts after i touch the ...
-1
votes
1answer
35 views

This page cannot load google maps correctly

I am a javascript new beginner. I have reviewed several answers on this site for the similar question but didn't get a direct answer. I would appreciate it very much if any hint or guidance can be ...
0
votes
0answers
21 views

Uncaught ReferenceError: MarkerWithLabel is not defined jQuery

I am using these two links to work with google map <script src="https://maps.googleapis.com/maps/api/js?key=AIza...................&language=en&sensor=false&libraries=geometry,...
-3
votes
0answers
31 views

Getting Google map marker from map data [closed]

I was initiate markers from GeoJson data so on the map each marker represent a GeoJSON Point this.map.data.loadGeoJson('geoJSONData.json'); I wanted to add Marker Cluster but it required passing an ...
0
votes
1answer
36 views

Showing Marker on list of maps added in list view in Xamarin forms

I have added a map control under the grid view to show different locations, I want to show a pin or markedr on each of these maps. I am binding in the list the longitude and latitude against each ...
-1
votes
0answers
27 views

About gmaps.geocode Help me understand why some API calls are missing plus_code value

I'm building an app that helps schedule dozens of field reps across Australia. There is a CSV file with all of the stores to visit with a column for the store address. I've signed up for google maps ...
-2
votes
1answer
38 views

how to set a button on the map

Is it possible to set a button on the map like in this image and define it's position with Lat/Lng coordinates? Or is there another way how to set the Position of the button?
-2
votes
0answers
28 views

How to get all the addresses inside a circle? [closed]

Can anyone help me on how to get the address inside the circle? How To deal on this map just to get all the locations addresses inside of the circle anyone for example: New york, Brooklyn, Chicago, ...
-2
votes
0answers
19 views

Google Maps API formal salutation for German (or French) [closed]

I'm using the google maps API v3 to display not only maps but also directions on websites. Most websites I do are in German, and we do have formal and informal salutations in German (as do the French ...
-2
votes
0answers
27 views

Google maps Marker cluster grouping but not show cluster

The cluster appears to be working ok, becouse when I zoom out, the markers disappears, but not cluster icon is show. Already try with local and google imagepath. The markers appears and disappears as ...
-2
votes
0answers
22 views

"Don't Know Where to Turn..." - Address Data Issue w/ Doordash & GrubHub [closed]

I'm having an issue with a specific address in Doordash and GrubHub. And since both platforms use Google Maps for the mapping engine, I decided to reach out to Google. My mom lives in an apartment ...
-2
votes
0answers
31 views

Is there a way to implement google my maps in flutter? [closed]

Question in the title. I had an app idea and therefore i need google maps, but with selected places, which I did in google my maps. So is there a way to implement that in flutter for an mobile ...
1
vote
0answers
37 views

Ionic Angular Google maps javascript API works on Browser and Ios but not on Android

I'm having real trouble trying to figure out why my code runs easily on both web and ios but shows a blank div on Android without any errors. I'm using Ionic Angular and I've already triple checked ...
-2
votes
1answer
39 views

MongoDb geoNear distance [closed]

I have written a feature using geoNear builtin mongodb and google distance matrix. I can't select right users because I have a very big difference between google and mongo geoNear distances. Google ...
-2
votes
0answers
25 views

Geopositioning with few different radiuses and 1 point [closed]

I writted feature with using geonear builted in mongodb and google distance matrix. I cant select right uaers because a have very big difference between google and mongo's distances. it was 21 km's, ...
0
votes
1answer
35 views

App Crash due to lateinit of late getting current location with GPS

I am trying to get the current location, however the app crash because the app found lateinit property has not been initialized because the app hasn't yet to ask for user permission of GPS to get ...
0
votes
0answers
16 views

Error inflating class fragment occurs when marking location (lat and longitude from sql) onto the google map

I encountered error inflating class fragment when I tried to mark the location (lat and longitude from SQL) onto the google map for the android java app. In MapsActivity.java, it is already using ...
-1
votes
1answer
26 views

Cant Get Google Map to Initialize with current location

I have been looking to get Google Maps to load with initial camera position as current position. To do this I thought I would have a loading screen (named Transition screen here) after user signed in ...
-2
votes
0answers
19 views

Flutter Google Map Rebuild

Hello guys has anyone notice the onMapCreated function in the GoogleMap widget gets invoked once even if a page is rebuild each time. Can someone help me to recreate the map if there is a rebuild on a ...
-5
votes
0answers
23 views

How to calculate distance between coordinate and a city(boundary)? [closed]

When I input a location 'A' coordinate(33.81729273, -118.389189812) and the city is Los Angeles, CA. I want to get the distance between the 'A' and Los Angeles, CA; Los Angeles is not a point, it's a ...
-2
votes
0answers
21 views

How can I change a city address from US to Spain Google Data Studio [closed]

I´m new on Data´s world so I reached at this point where I don´t know what to do. I was making some visualizations for a little client (you know portfolio) and I was using his data from Google Sheets (...
-2
votes
0answers
26 views

Google Map Code Not updating marker when mysql data changes [closed]

I am displaying a map on my page and getting the data json from another, but when the gps coordinates are changed the marker doesn't move to the new location. Ive tried different methods, but still I ...
-4
votes
0answers
32 views

How to remove Google Maps Diamond Watermark? [closed]

here is the Code image How to remove the Diamond shaped Watermarks? I have already contacted Google Support, but without success.
0
votes
0answers
65 views

I'm getting an error in flutter, but I can't figure out what the problem is [closed]

I used flutter_map 0.13.1, but changed to google_maps_flutter 2.0.8. Since then, I have been getting the following error message, but I'm not sure which part in my code causes the problem. How can I ...
-2
votes
0answers
18 views

Google map modal autocomplete issue when Enter key is pressed [closed]

I have a Google map in Boostrap modal form with autocomplete function. An issue occurs when I press the ENTER key after selecting a result from those offered by the autocomplete. The marker is ...
-3
votes
0answers
18 views

How to access google maps api from code to retrieve json data of location boundaries [closed]

I'm working on a new project and I'd like my program to be able to make requests to the google maps API and retrieve location boundaries (polygon) in json format so I can use it for other purposes. ...
-2
votes
0answers
13 views

How to add custom layer into the Google maps navigation? [closed]

Is it possible to add a custom layer (KML) to Google Maps Navigation? All added layers using google.com/mymaps will vanish the moment when I start navigation. So is there any way to display the custom ...
-3
votes
0answers
15 views

Google Directions API - Always empty warnings array [closed]

I currently have the problem that I get an empty warnings array on every google api directions request. But when I look at google.maps.de there are warnings available on the route. Here is my request: ...
-2
votes
0answers
12 views

How to grey out completed route using MapViewDirection component of react-native-map-directions

I am using MapViewDirections from react-native-map-directions to show route, I want to know is there any way to grey out completed path and show not completed path coloured
-3
votes
0answers
33 views

How to fix OVER_QUERY_LIMIT when call Geocoding API [closed]

I am using geocoding API, however I often get OVER_QUERY_LIMIT error. Each API call is only used for 1 unique address. Even though I have a payment account set up and my card still works. public class ...
-2
votes
0answers
13 views

Google Maps Iframe Cookies [closed]

I want to add a google maps iframe on my website. I know that when cookies are used, depending on what they are used for, the user has to be notified cookies are being stored. My question with the ...
-3
votes
0answers
15 views

Interactive Google maps [closed]

Please how do I add an interactive Google map on my php web application, I used the static html Google map, but it's not meeting my application requirements
-3
votes
2answers
83 views

API installed, but maps widget still not working [closed]

ETA: I've been asked to edit the question to indicate the desired behaviour. The most concise answer I can give is: I want the Googlemaps widget to function properly. As of now, it doesn't. I don't ...
-2
votes
0answers
28 views

Google Map API - Conditional waypoint

I want to add conditional waypoint based on the distance/travel time added to the final destination. For instance, I want to go from A -> C, maybe I could stop to D, E (Red marker)... if the ...
-1
votes
0answers
21 views

TS2786 GoogleMap cannot be used as a jsx component

I cannot seem to get googlemaps working in React using typescript and functional components. I have followed various tutorial videos and always get this error: Error TS2786 (TS) 'GoogleMap' cannot ...
0
votes
0answers
14 views

How to prevent Google Map widget from freezing after opening Messenger bubble

I dont know if the issue is on Ios too, but after texting a message in the Messenger bubble, the map is freezed ... You can replicate the issue easily, with the Sample usage code in the pub page of ...
-3
votes
1answer
66 views

Google Maps - Cannot read properties of undefined (reading 'spherical') [closed]

i wanna scroll to closet marker after a search. Console.log shows for pins[i] = (50.296322, 9.112082) und event (50.937531, 6.9602786). i tried many but always get: Cannot read properties of undefined ...
-4
votes
0answers
35 views

Novice developer needs guidance / examples on Google Maps API integration [closed]

AGAIN NO ONE IS TELLING ME HOW TO MAKE IT MORE CLEAR... is that too much to ask for? You are asking for more details but I made this as detailed as I know how at this moment... PLEASE tell me what is ...

1
2 3 4 5
1287