16. GPS Capturing
Add GPS Location to Data Model
<model name="item" label="Item">
<field name="comments" label="Comments" type="text" />
<field name="photo" label="Photo" type="photo" />
<field name="status" label="Status" type="single-choice">
<option key="Open">Open</option>
<option key="Closed">Closed</option>
</field>
<field name="gps_location" label="Gps Location" type="location" />
<display>{status} - {comments}</display>
</model> 

Add GPS Component to View
Test on Device

Add a Timestamp




Last updated