Location data can be obtained in 2 ways.
1. Precise location using in built GPS.
2. Coarse Location without GPS with help of mobile network location.
How do I obtain coarse location data?
Which action can be used to obtain Coarse Location?
Location info.
Moderator: Martin
Re: Location info.
Hi,
You can request a new coarse location in a flow with action Init Variable Location with provider Network. There are also some experimental providers like Low Power and Balanced Power/Accuracy available to determine your location with the new Google services methods.
You can also use the trigger Periodic Location Update to execute a flow periodically with a coarse location.
Regards,
Martin
You can request a new coarse location in a flow with action Init Variable Location with provider Network. There are also some experimental providers like Low Power and Balanced Power/Accuracy available to determine your location with the new Google services methods.
You can also use the trigger Periodic Location Update to execute a flow periodically with a coarse location.
Regards,
Martin
Re: Location info.
Quick question on the "Init variable location". Is it necessary to add a "sleep" action after an "Init variable location" action to allow the location to be determined or will the flow automatically pause until the location is found before continuing on?
Re: Location info.
The action should wait so that the location variable is up to date when the flow continues with the next action.