GeoCoordRadians class
A pair of latitude and longitude coordinates in radians
World-wrapping supported - if you pass coordinates outside of the bounds
(-pi, pi for longitude and -pi/2, pi/2 for latitude) they will be converted.
- Available extensions
Constructors
- GeoCoordRadians({required double lon, required double lat})
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDegrees(
GeoCoordConverter converter) → GeoCoord -
Available on GeoCoordRadians, provided by the GeoCoordConverterToDegreeExtension extension
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override