我们可以在 iPhone 的 MapView 中围绕用户位置创建闪烁的红色圆圈吗?
我们可以在用户位置周围创建闪烁的红色圆圈而不是蓝色(默认)吗?并用红色气泡精确定位用户位置。
Can we create flashing red circle around user location instead of blue (default) ? And also make user location pinpoint with red bubble.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
制作3-4张一定厚度的同心圆图像,并将其添加到用户位置注释视图上。那么对于这里的每个子视图
,子视图都是圆形图像之一。我没有在上面进行过测试,但应该可以工作。也许您可以以动画的方式添加/删除一些圆形图像以获得更好的外观
Make 3-4 concentric circle images of certain thickness and add them on user location annotationview. then for each of them
here, subView is one of circle images. I have not tested above but should work. Maybe you can add/remove some of circle images on the way of animation to get better look
实际上我对 Mapviews 不太了解...但是如果你可以使用 GIF 图像,它可以与闪烁颜色具有相同的效果,那么你就可以使用它...
我找到了一个很棒的链接,可以播放 GIF 图像...如果你可以以某种方式修改它以适应您的情况....
请点击 Git 链接: https://github.com/jamesu /glgif
希望对您有帮助...
编辑
此链接可能对您有用:http://iphonebcit.wordpress.com/iphone-map-kit-tutorial/iphone-map-kit-tutorial2/iphone-map-kit-tutorial3/
Actually I am not aware much about Mapviews... but if you can use GIF image which can have same effect as flashing color then you can just use that...
I had found a great link which plays GIF images... if you can modify it somehow to use with yours situation....
Follow the Git Link: https://github.com/jamesu/glgif
hope if it helps you...
EDIT
This link may be useful to you : http://iphonebcit.wordpress.com/iphone-map-kit-tutorial/iphone-map-kit-tutorial2/iphone-map-kit-tutorial3/