# tauri-app-geolocation > Guidance for Tauri v2 geolocation plugin with permission handling and privacy controls. - Author: wandl-6A72h - Repository: partme-ai/tauri-skills - Version: 20260206195346 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/partme-ai/tauri-skills - Web: https://mule.run/skillshub/@@partme-ai/tauri-skills~tauri-app-geolocation:20260206195346 --- --- name: tauri-app-geolocation description: Guidance for Tauri v2 geolocation plugin with permission handling and privacy controls. license: Complete terms in LICENSE.txt --- ## When to use this skill **ALWAYS use this skill when the user mentions:** - Location access or tracking features / 位置访问或轨迹功能 - Permission flow and privacy constraints / 权限流程与隐私约束 - Accuracy and frequency tuning / 精度与频率调优 **Trigger phrases include:** - "geolocation", "location", "tracking", "privacy" - "定位", "位置", "轨迹", "隐私" ## How to use this skill 1. Define location accuracy and update frequency 2. Configure geolocation plugin capabilities 3. Handle permission requests and denial cases 4. Provide opt-out and privacy-safe defaults ## Outputs - Location access and privacy plan / 位置访问与隐私方案 - Opt-out defaults and denial handling checklist / 退出默认与拒绝处理清单 ## Scope - Boundary: Geolocation plugin usage only - Key points: Permission handling and privacy compliance ## References - https://v2.tauri.app/plugin/geolocation/ - https://v2.tauri.app/zh-cn/plugin/geolocation/ ## Keywords tauri geolocation, location, privacy, permissions