学位位置和地图套件
12.2N 109.2W
给定这个位置,我如何在 mkmapkit 地图上找到一个点?是否必须转换为纬度/经度?对此有点失落……
12.2N 109.2W
Given this location, how would I find a point on a mkmapkit map? Does it have to be converted to lat/long? Little bit lost about this...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您描述的位置已经是纬度/经度:
纬度:北纬 12.2 度
西经:109.2 度。
您可以在 坐标属性“nofollow noreferrer">MKAnnotation 委托在 MKMapKit 上设置固定点。
The location you describe is already a latitude/longitude:
Latitude : 12.2 degrees North
Longitude : 109.2 degrees West.
You can set the coordinate property on a MKAnnotation delegate to set a pin on a MKMapKit at that point.