Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from MapKit.framework MKDirections.h }
{$ifdef TYPES}
type
MKDirectionsPtr = ^MKDirections;
{$endif}
{$ifdef TYPES}
type
MKDirectionsHandler = OpaqueCBlock;
MKETAHandler = OpaqueCBlock;
{$endif}
{$ifdef CLASSES}
type
MKDirections = objcclass external (NSObject)
public
function initWithRequest (request: MKDirectionsRequest): instancetype; message 'initWithRequest:'; { NS_DESIGNATED_INITIALIZER }
procedure calculateDirectionsWithCompletionHandler (completionHandler: MKDirectionsHandler); message 'calculateDirectionsWithCompletionHandler:';
procedure calculateETAWithCompletionHandler (completionHandler: MKETAHandler); message 'calculateETAWithCompletionHandler:';
procedure cancel; message 'cancel';
function isCalculating: ObjCBOOL; message 'isCalculating';
end;
{$endif}