GaugeElevation Data
getPropertyElevationFromCoordinates
Returns property elevation for the supplied coordinates.
Returns property elevation for the supplied coordinates in JSON. The coordinates will be returned as part of the response.
Query Parameters
latitude*number
The requested latitude.
Format
doublelongitude*number
The requested longitude.
Format
doubleuserKey*string
The user key.
Response Body
application/json
curl -X GET "https://gauge.atheniumanalytics.com/v3/elevation/coordinates?latitude=0.1&longitude=0.1&userKey=string"{
"address": "string",
"latitude": 0.1,
"longitude": 0.1,
"propertyElevation": "string"
}Empty
Empty
Empty