-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS 真机定位无法获取具体位置,只有经纬度 #19
Comments
请问解决了么? 我也遇到了不能获取位置信息的情况了 |
朋友这个问题解决了吗,我也遇到 iOS 端无法获取具体定位信息,只能获取到经纬度,有的地方需要获取城市名称,只能写 iOS 的插件,调用 iOS 自带的定位来逆向地理编码。但是有的地方有需要 citycode 还有 adcode 这些有没有,真的很恼火。 |
设置正确的appkey
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: Stan ***@***.***>
发送时间: 2023年9月21日 13:18
收件人: amap-demo/amap-location-flutter ***@***.***>
抄送: JamesBondMine ***@***.***>, Comment ***@***.***>
主题: Re: [amap-demo/amap-location-flutter] iOS 真机定位无法获取具体位置,只有经纬度 (#19)
朋友这个问题解决了吗,我也遇到 iOS 端无法获取具体定位信息,只能获取到经纬度,有的地方需要获取城市名称,只能写 iOS 的插件,调用 iOS 自带的定位来逆向地理编码。但是有的地方有需要 citycode 还有 adcode 这些有没有,真的很恼火。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
已经解决了,在高德开发者中心设置了新的key
| |
Lili
|
|
***@***.***
|
---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 发送日期 | 2023年09月22日 16:37 |
| 收件人 | amap-demo/amap-location-flutter ***@***.***> |
| 抄送人 | Stan ***@***.***>,
Comment ***@***.***> |
| 主题 | Re: [amap-demo/amap-location-flutter] iOS 真机定位无法获取具体位置,只有经纬度 (#19) |
设置正确的appkey
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: Stan ***@***.***>
发送时间: 2023年9月21日 13:18
收件人: amap-demo/amap-location-flutter ***@***.***>
抄送: JamesBondMine ***@***.***>, Comment ***@***.***>
主题: Re: [amap-demo/amap-location-flutter] iOS 真机定位无法获取具体位置,只有经纬度 (#19)
朋友这个问题解决了吗,我也遇到 iOS 端无法获取具体定位信息,只能获取到经纬度,有的地方需要获取城市名称,只能写 iOS 的插件,调用 iOS 自带的定位来逆向地理编码。但是有的地方有需要 citycode 还有 adcode 这些有没有,真的很恼火。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
` ///设置Android端的定位模式
///可选值:
///
///
///
locationOption.locationMode = AMapLocationMode.Hight_Accuracy;
The text was updated successfully, but these errors were encountered: