标签: android google-play-services android-location
我试图使用Play服务LocationClient来模拟位置。我有:
LocationClient
ACCESS_MOCK_LOCATION
setMockMode(true)
setMockLocation(Location)
但是,当我致电getLastLocation()时,我总是得到null。没有更新推送到LocationListener,null永远不会更改。
getLastLocation()
null
LocationListener