pub fn use_geolocation_with_options(
options: UseGeolocationOptions,
) -> UseGeolocationReturn<impl Fn() + Clone + Send + Sync, impl Fn() + Clone + Send + Sync>
Expand description
Version of use_geolocation
that takes a UseGeolocationOptions
. See use_geolocation
for how to use.