menu
google_maps_utils package
documentation
google_maps_utils_facade.dart
GoogleMapsUtilsMath
hav method
hav method
dark_mode
light_mode
hav
method
double
hav
(
double
x
)
Haversine of
x
(angle in radians).
Implementation
double hav(double x) => MathUtils.hav(x);
google_maps_utils package
documentation
google_maps_utils_facade
GoogleMapsUtilsMath
hav method
GoogleMapsUtilsMath class