GeoPointWithElevation class
Точка в географической системе координат (широта, долгота, возвышение).
- Note: возвышение (Elevation) в метрах над поверхностью, а не над уровнем моря.
- Available extensions
Constructors
- GeoPointWithElevation({required Latitude latitude, required Longitude longitude, Elevation elevation = const Elevation(0)})
-
const
Properties
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