menu
google_maps_utils package
documentation
google_maps_utils_facade.dart
GoogleMapsUtilsMath
mod method
mod method
dark_mode
light_mode
mod
method
double
mod
(
double
x
,
double
m
)
Non-negative remainder of
x
/
m
.
Implementation
double mod(double x, double m) => MathUtils.mod(x, m);
google_maps_utils package
documentation
google_maps_utils_facade
GoogleMapsUtilsMath
mod method
GoogleMapsUtilsMath class