blob: 4e56077396d242f21b4440d1d3a47e6b038ad689 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{ Parsed from MapKit.framework MKLocalSearchResponse.h }
{$ifdef TYPES}
type
MKLocalSearchResponsePtr = ^MKLocalSearchResponse;
{$endif}
{$ifdef CLASSES}
type
MKLocalSearchResponse = objcclass external (NSObject)
public
function mapItems: NSArray; message 'mapItems';
function boundingRegion: MKCoordinateRegion; message 'boundingRegion';
end;
{$endif}
|