azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.maps.elevation.mo...

40 строки
2.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.maps.elevation.models.ElevationResult"
fullName: "com.azure.maps.elevation.models.ElevationResult"
name: "ElevationResult"
nameWithType: "ElevationResult"
summary: "The response from a successful Get Data for Bounding Box API."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ElevationResult**"
methods:
- uid: "com.azure.maps.elevation.models.ElevationResult.getElevations()"
fullName: "com.azure.maps.elevation.models.ElevationResult.getElevations()"
name: "getElevations()"
nameWithType: "ElevationResult.getElevations()"
summary: "Get the elevations property: The response for point/points elevation API."
syntax: "public List<GeoPosition> getElevations()"
desc: "Get the elevations property: The response for point/points elevation API. The result will be in same sequence of points listed in request."
returns:
description: "the elevations value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.core.models.GeoPosition?alt=com.azure.core.models.GeoPosition&text=GeoPosition\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "The response from a successful Get Data for Bounding Box API."
metadata: {}
package: "com.azure.maps.elevation.models"
artifact: com.azure:azure-maps-elevation:1.0.0-beta.2