Geo Location
The Geo Location panel tests geolocation capabilities using the Capacitor Geolocation plugin and displays the detected position on a Google Maps map.
Get Your Location
Click Get Your Location to retrieve the device's current geographic coordinates. The panel displays:
- Latitude — The detected latitude value.
- Longitude — The detected longitude value.
The position is shown on an embedded Google Maps view with a marker at the detected location. Reverse geocoding is performed to display the approximate address.
Geolocation requires the browser or device to grant location permissions. On mobile devices, this uses the GPS sensor. On desktop browsers, it uses IP-based or network-based location.