仅在不扩展MapActivity的情况下获取粗略位置

时间:2013-01-07 06:17:46

标签: android gps location android-service android-maps-v2

如何在不创建或扩展MapActivity的情况下获取粗略位置,并将Lattitude和Longitude数据发送到Android中的服务?

任何帮助都会很明显。

2 个答案:

答案 0 :(得分:2)

How to get only coarse location without creating or extending MapActivity

获取当前位置首先不需要MapAcitvity,您只需使用LoacaionManager,但必须使用GoogleMap API

对于getCurrentLocation,这是最好的question

答案 1 :(得分:1)

使用LocationListener,您可以从位置管理器获取位置更新。你需要从GPS PROVIDER获取位置,它从gps接收器返回位置,以及NETWORK PROVIDER的另一个选项,它将返回网络的位置,即塔,wifi点等。