概览
GMSPanoramaLayer 是 CALayer 的自定义子类,作为 GMSPanoramaView 上的图层类提供。
此图层不应直接实例化,
继承 GMSCALayer。
属性 | |
CLLocationDirection | cameraHeading |
双精度 | cameraPitch |
float | cameraZoom |
双精度 | cameraFOV |
相关函数 | |
(请注意,这些并非成员函数。) | |
NSString *常量 | kGMSLayerPanoramaHeadingKey |
kGMSLayerPanoramaHeadingKey 的范围为 [0, 360)。 | |
NSString *常量 | kGMSLayerPanoramaPitchKey |
kGMSLayerPanoramaPitchKey 的范围为 [-90, 90]。 | |
NSString *常量 | kGMSLayerPanoramaZoomKey |
kGMSLayerCameraZoomLevelKey 的范围为 [1, 5],默认值为 1。 | |
NSString *常量 | kGMSLayerPanoramaFOVKey |
kGMSLayerPanoramaFOVKey 的范围为 [1, 160](以度为单位),默认值为 90。 |
好友和相关函数文档
- (NSString* const) kGMSLayerPanoramaHeadingKey [related] |
kGMSLayerPanoramaHeadingKey 的范围为 [0, 360)。
- (NSString* const) kGMSLayerPanoramaPitchKey [related] |
kGMSLayerPanoramaPitchKey 的范围为 [-90, 90]。
- (NSString* const) kGMSLayerPanoramaZoomKey [related] |
kGMSLayerCameraZoomLevelKey 的范围为 [1, 5],默认值为 1。
- (NSString* const) kGMSLayerPanoramaFOVKey [related] |
kGMSLayerPanoramaFOVKey 的范围为 [1, 160](以度为单位),默认值为 90。
属性说明
- (CLLocationDirection) cameraHeading [read, write, assign] |
-(双精度)cameraPitch [read, write, assign] |
-(浮点数)cameraZoom [read, write, assign] |
-(双精度)cameraFOV [read, write, assign] |