获取MapKit视图边界坐标
如何获取 MapKit 视图边界坐标,例如我需要获取东北边界坐标和西南边界坐标。
谢谢。
how can I get the MapKit view bounds coordinates for example I need to get the north-east bound coords and the south-west bound coords.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
东北坐标为 (maxLat, maxLong),西南坐标为 (minLat, minLong)。
Northeast coords are (maxLat, maxLong) and southwest coords are (minLat, minLong).