@ionic-native/geolocation
TypeScript icon, indicating that this package has built-in type declarations

5.36.0 • Public • Published
Improve this doc

Geolocation

$ ionic cordova plugin add cordova-plugin-geolocation --variable GEOLOCATION_USAGE_DESCRIPTION="To locate you"
$ npm install @ionic-native/geolocation

Usage Documentation

Plugin Repo: https://github.com/apache/cordova-plugin-geolocation

This plugin provides information about the device's location, such as latitude and longitude. Common sources of location information include Global Positioning System (GPS) and location inferred from network signals such as IP address, RFID, WiFi and Bluetooth MAC addresses, and GSM/CDMA cell IDs.

This API is based on the W3C Geolocation API Specification, and only executes on devices that don't already provide an implementation.

For iOS you have to add this configuration to your configuration.xml file

<edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
   <string>We use your location for full functionality of certain app features.</string>
</edit-config>

Supported platforms

  • Amazon Fire OS
    • Android
    • Browser
    • iOS
    • Windows

Readme

Keywords

none

Package Sidebar

Install

npm i @ionic-native/geolocation

Weekly Downloads

8,290

Version

5.36.0

License

MIT

Unpacked Size

44.9 kB

Total Files

9

Last publish

Collaborators

  • ionicjs