timeLimit property

Duration? timeLimit
final

The timeLimit parameter allows you to specify a timeout interval (by default no time limit is configured).

Throws a TimeoutException when no location is received within the supplied timeLimit duration.

Implementation

final Duration? timeLimit;