定位¶
获取定位服务¶
添加: Version 1.5.2
val manager = getLocationManager()
判断定位是否可用¶
添加: Version 1.5.2
isLocationEnabled
用于判断定位是否可用。
val enable = isLocationEnabled()
添加: Version 1.5.2
val manager = getLocationManager()
添加: Version 1.5.2
isLocationEnabled
用于判断定位是否可用。
val enable = isLocationEnabled()