Page 1 of 1
Location info.
Posted: 20 Jan 2014 10:51
by apshergill91
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?
Re: Location info.
Posted: 20 Jan 2014 19:30
by Martin
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
Re: Location info.
Posted: 01 Jul 2014 20:18
by jab0321
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.
Posted: 07 Jul 2014 07:54
by Martin
The action should wait so that the location variable is up to date when the flow continues with the next action.