Sensors
The Social component in app builders typically provides functionalities that allow developers to integrate social media features into their applications, facilitating interaction, sharing, and engagement with social platforms.
About the component
- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 29 Blocks Available
The Location Sensor component in app builders provides functionalities for accessing device location information, enabling developers to create location-aware applications.
Overview
A visible component thats, created horizonntally and vertically navigation bar with animation.
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_BACKGROUND_LOCATION
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | latitude | double | |
2 | longitude | double | |
3 | altitude | double | |
4 | speed | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | provider | String | |
2 | status | int |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | locationName | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | locationName | String |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Accuracy | double | |
2 | Altitude | double |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | AvailableProviders | List | |
2 | CurrentAddress | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | DistanceInterval | int | |
2 | HasAccuracy | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Enabled | boolean | |
2 | Enabled | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | HasAltitude | boolean | |
2 | HasLongitudeLatitude | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Latitude | double | |
2 | Longitude | double |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ProviderLocked | boolean | |
2 | ProviderLocked | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ProviderName | String | |
2 | ProviderName | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | TimeInterval | long | |
2 | TimeInterval | long |