HERE SDK 地理编码请求
HERE SDK Geocode Request
我正在尝试使用 GeocodeRequest 通过给出这样的地名来获取坐标 http://heremaps.github.io/examples/explorer.html#geocoding
并且我已经检查并遵循了文档 https://developer.here.com/mobile-sdks/documentation/android/topics/geocoding.html,但是我在监听器中遇到了错误
http://i.stack.imgur.com/R2rk1.png
有没有人有这方面的经验?
检查 Location class、
的导入语句
我猜你正在导入 android.location.Location,你应该导入 com.here.android.mpa.search.Location
我正在尝试使用 GeocodeRequest 通过给出这样的地名来获取坐标 http://heremaps.github.io/examples/explorer.html#geocoding
并且我已经检查并遵循了文档 https://developer.here.com/mobile-sdks/documentation/android/topics/geocoding.html,但是我在监听器中遇到了错误
http://i.stack.imgur.com/R2rk1.png
有没有人有这方面的经验?
检查 Location class、
的导入语句我猜你正在导入 android.location.Location,你应该导入 com.here.android.mpa.search.Location