This plugin provides 2 types of data:
1. GPS Data(Longitude and latitude values using the device GPS)
- Simply put the "GPS_Data" element on the page.
- In the workflow call "getGpsData" and the data will be populated as state values of "GPS_Data"
2. Location Data using the above GPS Data
(This requires API Key from
www.bigdatacloud.com, don't worry as it provides good number of requests for free for the reverse-geolocation api.)
- When the "getGpsData" is called in the workflow, then the event "gps_data_fetched_successfully" will be triggered, in that workflow call "Get Location Data using GPS_data (via reverse geocoding)" and pass the values using the state of "GPS_data"
- And the Continent, Country, State, City, Complete Json response will be returned.
We would greatly appreciate it if you could share your review and rating 😊
Support/Request: You can send an email to us at
[email protected]We will try to respond as soon as possible :)