English 中文(简体)
MapKit 注释点标题
原标题:MapKit Annotation Point title

""https://i.sstatic.net/iBgfo.png" alt="此处的内置图像描述"/ >

是否在调用注解点时 展示了这个波波弗? 是开发者建造的,还是开发者创造的?

    MKPointAnnotation *annotationPoint = [[MKPointAnnotation alloc] init];
    annotationPoint.coordinate = annotationCoord;
    annotationPoint.subtitle = user.purchasedLocation;
    [mapView addAnnotation:annotationPoint];

I want to create a popover like the image shown above in my map view . When I added the above code to my app, it only showed the street address. Is there a built in method to display such kind of popover in MapKit framework, as shown above with user image and arrow image?

谢谢

最佳回答

查看这个堆积流< a href=""https://stackoverflow.com/ questions/4953113/showing-an-image-inside-map-annotation" > 带有图像 的注解,这将有助于您在注解中添加按钮和图像。

此链接 < a href=" "http://rahul7star.blogspot.com/2010/07/adding- images- to-map- annotation.html" rel=" no follown noreferrer" > 添加图像以绘制注释

问题回答

暂无回答




相关问题
How to decide the current point reach on google map?

How to decide the current point reach on google map? I have a list of points (pickup points) of a route that I want to show in my google map with polyline. Now i have to get the current location of ...

Topographical or relief data in Map APIs

I was wondering if anyone knew of any map APIs that offer topographical or relief data? I ve had a quick look at Google and Bing APIs, but could find nothing there. Google allow you to view a map as ...

Using maps on Windows Mobile

I m experimenting with maps on different mobile platforms. Getting Google Maps to work on Android was easy, following this tutorial. Getting the same to work on Windows Mobile is a different matter. ...

Adding a custom icon to a google map

I need a hand adding a custom icon to some Google Maps javascript. Code below for your reference: function populateMap() { var map = new GMap2(document.getElementById("map")); map.setCenter(new ...

RSS to KML Overlay

I m want to display my blog as a Google Map overlay (each post contains geotags). How can I dynamically create a KML overlay from an RSS? Or better, how can I create a loop (PHP) that would display ...

开放街道地图管理员

我需要开放Street的标记管理员。 地图,如山角地图。

热门标签