mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-22 21:30:44 +02:00
chore: update documentation
This commit is contained in:
@@ -33,6 +33,7 @@ pub use mobile::Geolocation;
|
||||
|
||||
/// Extensions to [`tauri::App`], [`tauri::AppHandle`], [`tauri::WebviewWindow`], [`tauri::Webview`] and [`tauri::Window`] to access the geolocation APIs.
|
||||
pub trait GeolocationExt<R: Runtime> {
|
||||
/// Returns the handle to the geolocation APIs.
|
||||
fn geolocation(&self) -> &Geolocation<R>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user