Type Alias: GpsReceiverSystemOptions
GpsReceiverSystemOptions =
object
Defined in: src/garminsdk/system/GpsReceiverSystem.ts:32
Options for GpsReceiverSystem.
Properties
warmStartOnInit?
optional
warmStartOnInit:boolean
Defined in: src/garminsdk/system/GpsReceiverSystem.ts:38
Whether the system should execute a warm start instead of a cold start on initial power-up. During a warm start,
the system uses almanac data to predict satellite geometry in order to choose a set of satellites to acquire
that will minimize time to first fix. Defaults to false
.