Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [google-elevation-api]

The Google Maps Elevation API provides a simple interface to query locations on the earth for elevation data. Additionally, it may request sampled elevation data along paths, allowing you to calculate elevation changes along routes.

google-elevation-api
0 votes
0 answers
24 views

How to get full heights map for some provided location?

I am using elevation API to get particular heights at some locations https://maps.googleapis.com/maps/api/elevation/json?locations=39.7391536%2C-104.9847034&key=myApiKey { "results" :...
armagedescu's user avatar
  • 2,079
0 votes
0 answers
164 views

Need to extract elevation information from the .tif file using the coordinates (x,y) from .net xml file created using SUMO

I am working with .net xml file that has information regarding lanes, roads, junctions of a place and it has one attribute named Shape - from this I have to extracted x and y coordinates which are in ...
Sumanth Rc's user avatar
-1 votes
1 answer
36 views

Does Google Elevation show facilities elevations?

I can't get the answer anywhere so I put my question here, not technical one. I'm not Elevation user yet. Before that I would like to find out sth. If I would like to get the elevations for railroad ...
Przemek D's user avatar
1 vote
0 answers
102 views

How to get elevation when click on building/terrain with Cesium.js and Google Map API

Currently I get elevation by click on autocomplete search input. async function searchByAddressHandler( place_id ) { await geocoder .geocode( {placeId: place_id} ) .then( async ( {...
Ahmad Habibi's user avatar
1 vote
1 answer
379 views

Getting the elevations of placemarks on Mars (mark with Google Earth Pro)with Elevation API

I often mark great locations on Google Earth Pro & Mars with placemarks and export them to kml files (and then convert to CSV). At this time, the kml files include the coordinates of locations but ...
Mihiro Key's user avatar
1 vote
1 answer
167 views

How does the Google Elevation API 'explode' a polyline into equidistant points?

The Elevation API provided by Google, uses two parameters for requesting height along a path: path and samples. The path is the lat and lng of the starting and the finish points and the samples is the ...
BaldWin03's user avatar
-1 votes
2 answers
1k views

JSON response decoding to nil in swift

struct Jresponse: Decodable{ //var results: [Any] var resolution: Int? var elevation: Int? var location: Int? var lat: Int? var ...
DESWIJ's user avatar
  • 63
0 votes
1 answer
142 views

Swift HTTP Request to Google Elevation API [closed]

Im trying to send requests to the Google Elevation API, I have successfully sent singular requests. Stated in the documentation for GE API is that a singular request can contain many coordinate ...
DESWIJ's user avatar
  • 63
1 vote
2 answers
2k views

How to extract altitude above sea level given latitude and longitude?

I am trying to extract altitude data for a given set of lats and longs in my data. I tried to look up some older answers (from 9-10 years ago)..but many of the methods are obsolete or the functions ...
Rspacer's user avatar
  • 2,419
1 vote
2 answers
1k views

Google Maps Elevation API android studio

I am creating an android app to record a user's activity using Google Maps SDK and the Google Play Services Location API. I am attempting to retrieve the user's elevation based on a given latitude and ...
Edward Lynch-Milner's user avatar
1 vote
1 answer
237 views

Google Elevation API wrong path parameter

I'm using google elevation service I want to fetch data for my path, which consists of about 1k points. I know that I cannot sent them all in query divided by | separator, because I would exceed ...
Martin's user avatar
  • 1,279
-1 votes
1 answer
187 views

elevation data in case of bridges and overpasses

I am using openstreetmap. In my application, I use GPS information to locate the user. In cases of bridges and overpasses, latitude and longitude are not enough, since they are the same under and on ...
tzviya's user avatar
  • 568
0 votes
1 answer
750 views

How do you utilize the google maps elevation service as a jsx tag?

I have been developing a customized google map, and a feature that I need is to be able to tell about the elevation of different locations on click. I have coded the map with a bunch of jsx tags (i.e ...
jbadros's user avatar
1 vote
0 answers
178 views

Re-rendering of Google Maps Elevations API responses within React functional component

I am writing an app for vehicle tracking. With the help of Google Maps API, I am able to get directions and extract all the required info. The problem appeared with Elevations API responses. From ...
Pavel Bukhteev's user avatar
0 votes
1 answer
181 views

Using Maps Elevation API

In my app, when I try to get an elevation with the "Maps Elevation API", I get an answer which looks like a Chinese answer. My request is : My request The result returned by the API is queried with ...
Zelig63's user avatar
  • 1,612

15 30 50 per page