batchSync property

bool? batchSync
getter/setter pair

POST multiple locations to your url in a single HTTP request.

Default is false. If you've enabled HTTP feature by configuring an url, batchSync: true will POST all the locations currently stored in native SQLite database to your server in a single HTTP POST request. With batchSync: false, an HTTP POST request will be initiated for each location in database.

See also: HTTP Guide at HttpEvent.

Implementation

bool? batchSync;