Location Sensor
Last updated
Last updated
To add a Location Sensor to your app:
Navigate to the Blocks tab of your project.
Under the App Features heading, locate Sensors.
Click the ⊕ symbol next to Sensor.
Select Location Sensor from the provided menu.
Click Add.
You will see a settings panel where you can set the properties of the Location Sensor before clicking Submit.
Property | Description | Data Type |
---|---|---|
EnableHighAccuracy | Enables network provider that uses Google Play services to improve location accuracy and location-based services | True/False |
Timeout | How long the Lotion Sensor will look for the user's location before quitting, in milliseconds | Number |
Maximum Age | How long a previously fetched location will remain valid, in milliseconds | Number |
Event / Property | Description |
---|---|
Get Current Location | Returns a user's location in |
The Location Sensor returns a user's current location in latitude
and longitude
as well as a location
object which includes additional properties like accuracy
, altitude
, speed
and heading
(or direction) which you have to retrieve with the object blocks above