Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from MapKit.framework MKLocalSearch.h }
{$ifdef TYPES}
type
MKLocalSearchPtr = ^MKLocalSearch;
{$endif}
{$ifdef TYPES}
type
MKLocalSearchCompletionHandler = OpaqueCBlock;
{$endif}
{$ifdef CLASSES}
type
MKLocalSearch = objcclass external (NSObject)
public
function initWithRequest (request: MKLocalSearchRequest): instancetype; message 'initWithRequest:'; { NS_DESIGNATED_INITIALIZER }
procedure startWithCompletionHandler (completionHandler: MKLocalSearchCompletionHandler); message 'startWithCompletionHandler:';
procedure cancel; message 'cancel';
function isSearching: ObjCBOOL; message 'isSearching';
end;
{$endif}