开发者

Degree location and mapkit

开发者 https://www.devze.com 2023-01-04 23:38 出处:网络
12.2N 109.2W Given this location, how would I find a point on a mkmapkit map?Does it have to be c开发者_JAVA百科onverted to lat/long? Little bit lost about this...The location you describe is alread

12.2N 109.2W

Given this location, how would I find a point on a mkmapkit map? Does it have to be c开发者_JAVA百科onverted to lat/long? Little bit lost about this...


The location you describe is already a latitude/longitude:

Latitude : 12.2 degrees North Longitude : 109.2 degrees West.

You can set the coordinate property on a MKAnnotation delegate to set a pin on a MKMapKit at that point.

0

精彩评论

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