/*
* This header is generated by classdump-dyld 0.1
* on Wednesday, September 20, 2017 at 9:47:59 PM Eastern European Summer Time
* Operating System: Version 11.0 (Build 15A372)
* Image Source: /System/Library/Frameworks/MapKit.framework/MapKit
* classdump-dyld is free of use, Copyright © 2013 by Elias Limneos.
*/
@protocol GEOCompletionItem;
#import <MapKit/MapKit-Structs.h>
@class NSString, MKMapItem, NSArray, GEOSearchCategory;
@interface MKLocalSearchCompletion : NSObject {
<GEOCompletionItem>* _item;
NSString* _sourceID;
NSString* _localizedSectionHeader;
MKMapItem* _mapItem;
bool _alreadySentFeedback;
}
@property (nonatomic,readonly) <GEOCompletionItem>* geoCompletionItem;
@property (getter=_alreadySentFeedback,nonatomic,readonly) bool alreadySentFeedback; //@synthesize alreadySentFeedback=_alreadySentFeedback - In the implementation block
@property (nonatomic,readonly) NSArray* displayLines;
@property (nonatomic,readonly) MKMapItem* mapItem;
@property (nonatomic,readonly) GEOSearchCategory* category;
@property (nonatomic,copy) NSString* sourceID; //@synthesize sourceID=_sourceID - In the implementation block
@property (nonatomic,copy) NSString* localizedSectionHeader; //@synthesize localizedSectionHeader=_localizedSectionHeader - In the implementation block
@property (getter=_type,nonatomic,readonly) longlong type;
@property (nonatomic,readonly) NSString* title;
@property (nonatomic,readonly) NSArray* titleHighlightRanges;
@property (nonatomic,readonly) NSString* subtitle;
@property (nonatomic,readonly) NSArray* subtitleHighlightRanges;
-(id)mapItem;
-(id)localizedSectionHeader;
-(id)highlightsForLine:(unsigned long long)arg1 ;
-(id)queryLine;
-(id)calloutTitle;
-(bool)getCoordinate:(CLLocationCoordinate2D*)arg1 ;
-(void)sendFeedback;
-(id)displayLines;
-(void)setLocalizedSectionHeader:(id)arg1 ;
-(void).cxx_destruct;
-(bool)isKindOfClass:(Class)arg1 ;
-(bool)isEqual:(id)arg1 ;
-(unsigned long long)hash;
-(id)description;
-(id)category;
-(id)title;
-(long long)_type;
-(id)subtitle;
-(id)geoCompletionItem;
-(bool)_alreadySentFeedback;
-(id)initWithGeoCompletionItem:(id)arg1 ;
-(id)titleHighlightRanges;
-(id)subtitleHighlightRanges;
-(id)copyStorage;
-(id)iconWithScale:(double)arg1 ;
-(id)sourceID;
-(void)setSourceID:(id)arg1 ;
@end