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.
I am trying to get predictions from google.maps.places.AutocompleteService with function getPlacePredictions (https://developers.google.com/maps/documentation/javascript/reference/places-autocomplete-...
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 ...
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 ...
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.
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 ...
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 ...
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=",...
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 ...
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.
...
asked 2 days ago
Jim Leask
5,35933 gold badges1919 silver badges2929 bronze badges
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 ...
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 ...
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(...
asked 2 days ago
SiD
5181010 bronze badges
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 ...
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 ...
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,...
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 ...
asked Sep 9 at 12:35
Carry All
46433 gold badges1010 silver badges2121 bronze badges
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 ...
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 ...
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?
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,
...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
asked Sep 8 at 13:38
Alex
3511 silver badge55 bronze badges
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, ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 (...
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 ...
here is the Code image How to remove the Diamond shaped Watermarks?
I have already contacted Google Support, but without success.
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 ...
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 ...
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.
...
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 ...
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:
...
asked Sep 7 at 9:24
CodOG
6311 silver badge99 bronze badges
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
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 ...
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 ...
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
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 ...
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 ...
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 ...
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 ...
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 ...
asked Sep 6 at 20:14
user715449
4311 gold badge11 silver badge1010 bronze badges
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 ...