interval property

int? interval
final

The interval (in milliseconds) for sending location updates.

Default is 10000 (10 seconds). Adjust this value to control how frequently location updates are sent.

Implementation

final int? interval;