ElevationResponse class abstract

Constructors

ElevationResponse([void updates(ElevationResponseBuilder b)])
factory

Properties

errorMessage String?
When the service returns a status code other than OK, there may be an additional error_message field within the response object. This field contains more detailed information about thereasons behind the given status code. This field is not always returned, and its content is subject to change.
no setter
hashCode int
The hash code for this object.
no setterinherited
results → BuiltList<ElevationResult>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ElevationStatus?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ElevationResponseBuilder)) ElevationResponse
Rebuilds the instance.
inherited
toBuilder() ElevationResponseBuilder
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<ElevationResponse>
no setter