9 #import <Foundation/Foundation.h>
10 #import <CoreLocation/CoreLocation.h>
15 typedef void (^QPanoramaCallback)(
QPanorama *panorama, NSError *error);
31 - (void)requestPanoramaNearCoordinate:(CLLocationCoordinate2D)coordinate
32 callback:(QPanoramaCallback)callback;
41 - (void)requestPanoramaNearCoordinate:(CLLocationCoordinate2D)coordinate
42 radius:(NSUInteger)radius
43 callback:(QPanoramaCallback)callback;
51 - (void)requestPanoramaWithID:(NSString *)panoramaID
52 callback:(QPanoramaCallback)callback;
区别于 QPanoServices 用于提供街景数据接口
Definition: QPanoramaService.h:23
该类封装了街景场景相关属性
Definition: QPanorama.h:14