如何设置mapkit的默认标注位置?
我想将坐标传递给mapkit的默认蓝色斑点。但它给出了错误?如何在我想要的位置显示蓝色斑点?
I want to pass cordinates to default blue blob of mapkit.but it gives error? how do i show blue blob at my desired location?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
蓝色“blob”标记是用户当前位置标记,由 MapKit 框架提供。无法在代码中设置此标记的位置。
请参阅此文档:
The blue "blob" marker is the users current location marker and is provided by the MapKit framework. It is not possible to set the location of this marker in your code.
See this documentation:
http://developer.apple.com/iphone/library/documentation/MapKit/Reference/MKUserLocation_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40008424-CH1-SW3