LatLngAlt class

Coordinates in Degrees.

Constructors

LatLngAlt(Angle latitude, Angle longitude, double altitude)
Default Constructor.
const

Properties

altitude double
Altitude.
final
hashCode int
The hash code for this object.
no setterinherited
latitude Angle
Latitude, Y Axis.
final
longitude Angle
Longitude, X Axis.
final
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
toEcf(Planet planet) EarthCenteredEarthFixed
toLatLng() LatLng
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

lerp(LatLngAlt a, LatLngAlt b, double t) LatLngAlt
Linear interpolation of two LatLngs.