menu
google_maps_utils package
documentation
utils/spherical_utils.dart
SphericalUtils
toDegrees static method
toDegrees static method
dark_mode
light_mode
toDegrees
static method
double
toDegrees
(
num
rad
)
Implementation
static double toDegrees(num rad) => rad * (180.0 / pi);
google_maps_utils package
documentation
utils/spherical_utils
SphericalUtils
toDegrees static method
SphericalUtils class