ElevationResult class abstract

Constructors

ElevationResult([void updates(ElevationResultBuilder b)])
factory

Properties

elevation num?
The elevation of the location in meters.
no setter
hashCode int
The hash code for this object.
no setterinherited
location LatLngLiteral?
no setter
resolution num?
The value indicating the maximum distance between data points from which the elevation was interpolated, in meters. This property will be missing if the resolution is not known. Note that elevation data becomes more coarse (larger resolution values) when multiple points are passed. To obtain the most accurate elevation value for a point, it should be queried independently.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ElevationResultBuilder)) ElevationResult
Rebuilds the instance.
inherited
toBuilder() ElevationResultBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<ElevationResult>
no setter