Widget obtains gps coordinates from gps module. After location is retrieved it's stored into widget as "latitude, longitude" pair. Widget is hidden.
Widget id, ${gbamID}
:
auditGPS
Back to GBAM widgets table
Datatypes
Value is stored from widget to database as GPS
datatype
Predefined user data
PreLoaded
Properties panel
User will configure this data in properties panels of selected widget:
GENERAL
- "database column headline",
${widgetLabel}
VALIDATIONS
- -
ACTION
- -
ACTION MESSAGES
- -
DATABASE
- -
Code snippets
GBAM Code Variables
Variables which are used in code snippet below but not defined in user modifiable inputs.
Common widget code
<com.ginstr.widgets.GnEditText android:id="@+id/${widgetID}_input" android:layout_width="match_parent" android:layout_height="wrap_content" gn:s_sourceType="gps" gn:dataType="GPS" gn:visible="false"/>