locationsOrderDirection property
Controls the order that locations are selected from the database (and uploaded to your server).
Defaults to ascending (ASC
), where oldest locations are synced first. Descending (DESC
) uploads latest locations first.
Implementation
String? locationsOrderDirection;