Spherical class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
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
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
computeArea(Object? path, [num? radius])
→ num?
-
-
computeDistanceBetween(LatLng? from, LatLng? to, [num? radius])
→ num?
-
-
computeHeading(LatLng? from, LatLng? to)
→ num?
-
-
computeLength(Object? path, [num? radius])
→ num?
-
-
computeOffset(LatLng? from, num? distance, num? heading, [num? radius])
→ LatLng?
-
-
computeOffsetOrigin(LatLng? to, num? distance, num? heading, [num? radius])
→ LatLng?
-
-
computeSignedArea(Object? loop, [num? radius])
→ num?
-
-
interpolate(LatLng? from, LatLng? to, num? fraction)
→ LatLng?
-