添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
Back to MapKit.framework
Viewing file: MKLookAroundScene.h download logify
MKLookAroundScene was found in iOS 17.1 , 16.3
Filter:
/*
* This header is generated by classdump-dyld 1.0
* on Monday, March 13, 2023 at 1:36:22 AM Eastern European Standard Time
* Operating System: Version 16.3 (Build 20D47)
* Image Source: /System/Library/Frameworks/MapKit.framework/MapKit
#import <MapKit/MapKit-Structs.h>
#import <MapKit/NSCopying.h>
@class GEOCameraFrame, MKMapItem, GEOMuninViewState;
@interface MKLookAroundScene : NSObject <NSCopying> {
BOOL _wantsCloseUpView;
unsigned long long _type;
GEOCameraFrame* _cameraFrameOverride;
MKMapItem* _mapItem;
GEOMuninViewState* _muninViewState;
}
@property (getter=_type,nonatomic,readonly) unsigned long long type; //@synthesize type=_type - In the implementation block
@property (getter=_cameraFrameOverride,nonatomic,readonly) GEOCameraFrame * cameraFrameOverride; //@synthesize cameraFrameOverride=_cameraFrameOverride - In the implementation block
@property (getter=_mapItem,nonatomic,readonly) MKMapItem * mapItem; //@synthesize mapItem=_mapItem - In the implementation block
@property (getter=_muninViewState,nonatomic,readonly) GEOMuninViewState * muninViewState; //@synthesize muninViewState=_muninViewState - In the implementation block
@property (assign,setter=_setWantsCloseUpView:,getter=_wantsCloseUpView,nonatomic) BOOL wantsCloseUpView; //@synthesize wantsCloseUpView=_wantsCloseUpView - In the implementation block
-(id)initWithMapItem:(id)arg1 ;
-(id)copyWithZone:(NSZone*)arg1 ;
-(id)_muninViewState;
-(unsigned long long)_type;
-(id)_mapItem;
-(id)initWithMapItem:(id)arg1 cameraFrameOverride:(id)arg2 ;
-(id)initWithMuninViewState:(id)arg1 ;
-(id)_cameraFrameOverride;
-(BOOL)_wantsCloseUpView;
-(void)_setWantsCloseUpView:(BOOL)arg1 ;
@end