Hi everyone!
Is there a way to force QuickCapture to push the Shared Location at a faster rate than one per minute? The need would be centered around worker safety. Would be looking for a rate of at least 30 seconds if not 15.
Thank you,
--Adam
Solved! Go to Solution.
Hi @AdamRepsher_BentEar This can be done from project JSON by going in JSON editor from project settings, where you can update the value for lastKnownLocationsUpdateInterval (30 seconds as the minimum) or tracksUploadInterval.
Hi @AdamRepsher_BentEar This can be done from project JSON by going in JSON editor from project settings, where you can update the value for lastKnownLocationsUpdateInterval (30 seconds as the minimum) or tracksUploadInterval.
Thank you so much, @Mandy_Li !
@Mandy_Li - Is there a faster rate available for the Track push also?
@AdamRepsher_BentEar There's no minimum value limit for tracksUploadInterval. You may want to read https://www.esri.com/content/dam/esrisites/en-us/media/pdf/implementation-guides/deploy-a-location-t...and https://doc.arcgis.com/en/quickcapture/faq/faq-capture.htm#ESRI_QUESTIONANSWERS_6EDF8C9F28C94F64BA7F... to help you decide what values to put for the upload intervals in your project.
Thank you once again!