I want to convert an MKMapPoint to a NSValue. In Objective-C i can do it with the following statement:
MKMapPoint point = MKMapPointForCoordinate(location.co
Sadly this is currently not possible in Swift.