locationsOrderDirection property

String? locationsOrderDirection
getter/setter pair

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;