获取gps提供商设置模式

时间:2018-02-06 05:13:12

标签: codenameone

如何获取gps定位方法?

图像显示仅在位置设置中选择了gps。有什么办法可以在cn1中获得这个设置吗?

enter image description here

cn1中的代码:

Location locationn = LocationManager.getLocationManager().getCurrentLocation();

1 个答案:

答案 0 :(得分:0)

我不确定这是否是您要找的内容,但isGPSEnabled()中提供了LocationManager。请注意,它可能会在不支持的平台上引发运行时异常。

如果它暴露给Android原生,你可以使用原生界面,但由于它是特定于Android的,它实际上不是API的一部分。

请注意,如果有帮助,Location类会提供getAccuracy()