HKWorkoutRouteBuilderDataHandler Delegate

Definition

public delegate void HKWorkoutRouteBuilderDataHandler(HKWorkoutRouteQuery query, CLLocation[] routeData, bool done, NSError error);
type HKWorkoutRouteBuilderDataHandler = delegate of HKWorkoutRouteQuery * CLLocation[] * bool * NSError -> unit

Parameters

routeData
CLLocation[]
done
Boolean
error
NSError

Applies to