setAllowDirectionSensor method

TencentLocationRequest setAllowDirectionSensor(
  1. bool value
)

Implementation

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