timeout property

int? timeout
final

A positive long value representing the maximum length of time (in milliseconds) the device is allowed to take in order to return a position.

The default value is Infinity, meaning that getCurrentPosition() won't return until the position is available.

Implementation

final int? timeout;