menu
google_maps_utils package
documentation
spherical_utils.dart
SphericalUtils
toRadians static method
toRadians static method
dark_mode
light_mode
toRadians
static method
double
toRadians
(
double
deg
)
Converts
deg
degrees to radians.
Implementation
static double toRadians(double deg) => deg * (pi / 180.0);
google_maps_utils package
documentation
spherical_utils
SphericalUtils
toRadians static method
SphericalUtils class