开发者

Multiple Droppin on the MapView?

开发者 https://www.devze.com 2023-02-14 02:40 出处:网络
i have more than 100 coordinates (Latitude and Longitude), for that i want to add dropPin on MapView for all records.How it\'s possible can anybody tell me.I shall be thankfu开发者_如何学Pythonl.Lucki

i have more than 100 coordinates (Latitude and Longitude), for that i want to add dropPin on MapView for all records.How it's possible can anybody tell me.I shall be thankfu开发者_如何学Pythonl.


Luckily there is a nice function!

[mapView addAnnotations:yourArray];

yourArray needs to contain MKAnnotation's or MKPinAnnotations.

0

精彩评论

暂无评论...
验证码 换一张
取 消