GeoPointWithElevation class

Точка в географической системе координат (широта, долгота, возвышение).

  • Note: возвышение (Elevation) в метрах над поверхностью, а не над уровнем моря.
Available extensions

Constructors

GeoPointWithElevation({required Latitude latitude, required Longitude longitude, Elevation elevation = const Elevation(0)})
const

Properties

elevation Elevation
final
hashCode int
The hash code for this object.
no setteroverride
latitude Latitude
final
longitude Longitude
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Latitude? latitude, Longitude? longitude, Elevation? elevation}) GeoPointWithElevation
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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