Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
624 views

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
53 views

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
153 views

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
430 views

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
209 views

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
2k views

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
163 views

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

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,429
1 vote
2 answers
1k views

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
275 views

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,299
-1 votes
1 answer
263 views

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
  • 558
0 votes
1 answer
823 views

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
185 views

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
199 views

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 ...
Zelig's user avatar
  • 1,830
0 votes
1 answer
350 views

Is there a way to check if there is a line of sight between two points by getting the elevation profile data via the google API? E.g. I can get an elevation profile via this link: https://maps....
Uccio Maselli's user avatar

15 30 50 per page