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