Icon Timeout Property

property Timeout: Integer

Available In: Client Applications

Specifies that the next attempt to obtain the current location information via the UpdateLocation or StartTrackingLocation methods should request that any returned location information must be returned within a certain number of milliseconds. If this property is set to 0 (the default value), then the location information must be returned immediately or the OnLocationError event handler will be executed. If this property is set to -1, then the OnLocationError event handler will never be executed due to a timeout, and the OnLocationUpdate event handler will not be executed until the location information is available, no matter how long it takes.
Image