public static interface PositionSolverConfigurations.Builder extends SdkPojo, CopyableBuilder<PositionSolverConfigurations.Builder,PositionSolverConfigurations>
| Modifier and Type | Method and Description |
|---|---|
default PositionSolverConfigurations.Builder |
semtechGnss(Consumer<SemtechGnssConfiguration.Builder> semtechGnss)
The Semtech GNSS solver configuration object.
|
PositionSolverConfigurations.Builder |
semtechGnss(SemtechGnssConfiguration semtechGnss)
The Semtech GNSS solver configuration object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPositionSolverConfigurations.Builder semtechGnss(SemtechGnssConfiguration semtechGnss)
The Semtech GNSS solver configuration object.
semtechGnss - The Semtech GNSS solver configuration object.default PositionSolverConfigurations.Builder semtechGnss(Consumer<SemtechGnssConfiguration.Builder> semtechGnss)
The Semtech GNSS solver configuration object.
This is a convenience method that creates an instance of theSemtechGnssConfiguration.Builder
avoiding the need to create one manually via SemtechGnssConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to semtechGnss(SemtechGnssConfiguration).
semtechGnss - a consumer that will call methods on SemtechGnssConfiguration.BuildersemtechGnss(SemtechGnssConfiguration)Copyright © 2022. All rights reserved.