Ask Question

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.

65,289 questions

0votes0answers5views

Geocoder returns empty variable

For my research I need to extract elevation data from certain stations in London. I have tried GeoCoder to do this but unfortunately GeoCoder always returns an empty value when calling the 'elevation' ... user avatar Fabio D'Elfant

  • 1
0votes0answers7views

Heat map generation with methane value for different lat, lon positions on google maps with time stamps

I have a CSV file with columns as shown in the figure: Timestamp | Lat | Long | Methane Value ..... ..... I would like to know how can I create a heat map (using methane values) that changes with time ... user avatar Sai Kiran Reddy Maryada

  • 15
0votes0answers4views

How to measure the distance between two points(city) Data Studio

I'm developing a dashboard in GDS and I would like to know if I can measure the distance between two points (cities), using a filter to choose the point A and measure the distance to another point B (... user avatar Jorge Queiroz

  • 1
0votes0answers10views

Fill.UserPicture failing with google API over a certain amount of addresses

I'm trying to map a bunch of different addresses through the google API then pasting the picture into excel. My sheet looks like this at the moment : Google API Sheet So in the middle, we have the map,... user avatar Tristan Lessard

  • 1
0votes0answers9views

Geofence google map JavaScript api

I have a dynamic geofence and a marker and that marker I am able to drag. When I drag marker outside fence and click start button then the marker will move but when I drag the markers inside fence its ... user avatar Web Developer

  • 1
-1votes0answers14views

Google Earth Engine python

I am trying to import nighttime light data on qgis and I keep getting invalid syntax at the last line of my code (Map. centerObject(sydney, 5)) Here is my code import ee from ee_plugin import Map ... user avatar Moyinoluwa Morakinyo

  • 1
-1votes0answers10views

Error "INVALID_DOCUMENT" when trying to add KMZ Layer to google maps [closed]

I have the following problem: I have a map created on google maps that has some custom pins. For some time now, when I want to export those pins as a KMZ file, it doesn't work anymore. It seems that a ... user avatar Dan Novac

  • 1
0votes0answers15views

Google Place AutoComplete In SwiftUI

I am integrating Google Places in my SwiftUI app. I have searched a lot but didn't get any proper result for SwiftUI. I tried the solution in the comments of place autocomplete but didn't get my ... user avatar Taimoor Arif

  • 242
-1votes0answers10views

Dynamically change rotation of marker Google Map Api

I am using Google Maps and I am trying to attach a variable (alphaDir) that dynamically changes using the device orientation. I can read the the orientation just fine but I cannot get it to pass ... user avatar Rob

  • 13
0votes1answer6views

How to link pinned location in map using a curve line and tooltip ReactJS

Hi, sorry I am new to reactJS. May I know how to create a curve line to connect the pinned location in google map with tooltip? For example, Point A linked to Point B, when I mouseover the curve i ... user avatar JavaNew

  • 11
-1votes0answers15views

How to get property of google heatmap object in javascript

I added google heatmap to my landing page. let heatmap = new google.maps.visualization.HeatmapLayer({ radius: 15, data: heatmapData }); heatmap.setMap(map); It's successfully loaded but for now, ... user avatar ZhaoRachi

  • 7
0votes0answers17views

Will all google APIs require oauth2, or just client-side?

I'm currently using the Google Distance MatriX API on in a server-side application as: user avatar Terry Carmen

  • 3,515
0votes0answers12views

Add Multiples Marker in Map

I am trying to add multiples marker to the map by using string. I have been trying for the past few days, Does any genius know how that works? I am new to the developing world. Please help :) I have a ... user avatar Finnley

  • 3
0votes0answers7views

Has anyone successfully implemented polyline routes between two markers Googlemap Flutter web

In Flutter web using GoogleMaps, has anyone successfully implemented polyline routes between two markers? It works fine on mobile but on the web, it won't work at all. I used this video for my logic ... user avatar Zzz

  • 123
0votes0answers14views

How to load icon image from server in google maps in swift5?

I am working with Google maps. this is my MapModel struct MapModel: Codable { let iconUrl: String let xCoordinate: Double let yCoordinate: Double } I have- let marker = GMSMarker() I want ... user avatar Mariam Sargsyan

  • 59

153050per page

1 2 3 4 54353