menu
google_maps_utils package
documentation
google_maps_utils_facade.dart
GoogleMapsUtilsSpherical
toRadians method
toRadians method
dark_mode
light_mode
toRadians
method
double
toRadians
(
double
deg
)
Converts
deg
degrees to radians.
Implementation
double toRadians(double deg) => SphericalUtils.toRadians(deg);
google_maps_utils package
documentation
google_maps_utils_facade
GoogleMapsUtilsSpherical
toRadians method
GoogleMapsUtilsSpherical class