menu
geopointer package
documentation
geopointer
radianToDeg function
radianToDeg
brightness_4
radianToDeg
function
Null safety
double
radianToDeg
(
double
rad
)
Radian to degree
Implementation
double radianToDeg(final double rad) => rad * (180.0 / PI);
geopointer package
documentation
geopointer
radianToDeg function
geopointer library
Classes
DistanceCalculator
DistanceHaversine
DistanceVincenty
GCircle
GDistance
GeoLatLng
GeoPath
Geopointer
Haversine
LengthUnit
Vincenty
Constants
EARTH_RADIUS
EQUATOR_RADIUS
FLATTENING
PI
POLAR_RADIUS
Functions
decimal2sexagesimal
degToRadian
normalizeBearing
radianToDeg
round
Typedefs
LatLngFactory