{ "version": 1, "title": "Tutorial — Geotrace vs Route", "fields": [ { "id": "intro", "type": "note", "label": "Questbee has two fields for capturing a path. Route records a continuous GPS track automatically while you move — like a fitness app. Geotrace lets you tap to place each GPS point manually, one at a time. Use route when you are moving and want a complete track. Use geotrace when you want to mark specific locations along a path without capturing everything in between." }, { "id": "divider_1", "type": "divider" }, { "id": "route_note", "type": "note", "label": "Route — continuous automatic GPS track. Best for: delivery routes, patrol routes, road inspections, walking transects. Press Start, move, press Stop. You can Pause when stationary. Exports as GPX." }, { "id": "route_example", "type": "route", "label": "Route (tap Start to begin recording)", "hint": "Walk or drive the path. The app records a GPS point every few seconds automatically." }, { "id": "divider_2", "type": "divider" }, { "id": "geotrace_note", "type": "note", "label": "Geotrace — manual GPS point sequence. Best for: recording the vertices of a boundary polygon, marking waypoints along a trail, spot-check locations along a linear feature. Each tap adds one GPS point at your current location." }, { "id": "geotrace_example", "type": "geotrace", "label": "Geotrace (tap + to add each point)", "hint": "Move to each location and tap + to add that GPS point. Add as many as needed." }, { "id": "divider_3", "type": "divider" }, { "id": "when_to_use", "type": "note", "label": "Quick guide — Route: you are moving continuously and want the full path recorded automatically. Geotrace: you want to mark a specific set of points along a line or polygon, placing each one deliberately." }, { "id": "location", "type": "geopoint", "label": "Start Point (single GPS pin for reference)", "hint": "A geopoint captures a single coordinate — use this when you only need one location." }, { "id": "notes", "type": "textarea", "label": "Notes" } ] }