> I am trying to determine whether or not the pin is in front, left, right,
> or behind the user. I am going to perform calculations within
> 
> func locationManager(_ manager: CLLocationManager, didUpdateLocations
> locations: [CLLocation]) {
> 
> I already determine distance. How might I go about doing this?

The Haversine forumula will give you distance and bearing between two points.  
I think you can use the bearing to get your desired info.

Marc
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to