HKWorkoutRouteBuilder.InsertRouteData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the specified route data to the route and runs a handler when the operation completes.
[Foundation.Export("insertRouteData:completion:")]
public virtual void InsertRouteData (CoreLocation.CLLocation[] routeData, Action<bool,Foundation.NSError> completion);
abstract member InsertRouteData : CoreLocation.CLLocation[] * Action<bool, Foundation.NSError> -> unit
override this.InsertRouteData : CoreLocation.CLLocation[] * Action<bool, Foundation.NSError> -> unit
Parameters
- routeData
- CLLocation[]
The route data to add.
- Attributes