Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 skobbler 地图框架。在附近的搜索中,我越来越靠近我需要使用 Skobbler 框架(不使用 MapKit)获取每个位置与当前位置的距离的地方。
您可以为此使用 CLLocation 对象。此对象提供方法:(CLLocationDistance)distanceFromLocation:(const CLLocation *)location。