isIndoor property

bool get isIndoor

是否为室内高精度定位(仅 Harmony 原生有此枚举值)。

Implementation

bool get isIndoor => this == LocationSource.harmonyIndoor;