menu
geopointer package
documentation
geopointer
degToRadian function
degToRadian
brightness_4
degToRadian
function
Null safety
double
degToRadian
(
double
deg
)
Converts degree to radian
Implementation
double degToRadian(final double deg) => deg * (PI / 180.0);
geopointer package
documentation
geopointer
degToRadian 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