setAllowDirectionSensor method
- bool value
Implementation
TencentLocationRequest setAllowDirectionSensor(bool value) {
allowDirectionSensor = value;
return this;
}
TencentLocationRequest setAllowDirectionSensor(bool value) {
allowDirectionSensor = value;
return this;
}