GeoMagResult class

The result of calculating your magnetic declination and other values.

Properties

bh double
final
bx double
final
by double
final
bz double
final
dec double
Declination in degrees east of geographic north.
final
dip double
final
gv double
final
hashCode int
The hash code for this object.
no setterinherited
lat double
Latitude
final
lon double
Longitude
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ti double
final
time double
Years since the WmmCof.epoch.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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