How to find location using MapKit in Xcode?

左心房为你撑大大i 提交于 2019-11-26 18:30:55

问题


Hey everyone, I was wondering how to use the MapKit in Xcode? A lot of people told me not to use the Google Map website and integrate it with the UIWebView because it seems a little strange when people are viewing the location in a web view, so I was wondering if anyone can help me step-by-step how to setup MapKit, how pinpoint an address location on the map and find the routes between user's current location and the pinpointed address location? Sorry if I'm not a really good programmer with MapKit and hope someone can help me, thanks


回答1:


youruimapview.showsUserLocation=TRUE;


来源:https://stackoverflow.com/questions/5326690/how-to-find-location-using-mapkit-in-xcode

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!