การอ้างอิงคลาส GMSPanoramaLayer


ภาพรวม

GMSPanoramaLayer คือคลาสย่อยที่กำหนดเองของ CALayer ที่ระบุเป็นคลาสเลเยอร์ใน GMSPanoramaView

ไม่ควรสร้างเลเยอร์นี้โดยตรง

รับค่า GMSCALayer

พร็อพเพอร์ตี้

CLLocationDirectioncameraHeading
คู่cameraPitch
float cameraZoom
คู่cameraFOV

(โปรดทราบว่าฟังก์ชันเหล่านี้ไม่ใช่ฟังก์ชันสมาชิก)

NSString *constkGMSLayerPanoramaHeadingKey
 kGMSLayerPanoramaHeadingKey มีช่วงตั้งแต่ [0, 360)
NSString *constkGMSLayerPanoramaPitchKey
 kGMSLayerPanoramaPitchKey มีช่วงตั้งแต่ [-90, 90]
NSString *constkGMSLayerPanoramaZoomKey
 มีช่วง kGMSLayerCameraZoomLevelKey ตั้งแต่ [1, 5] ซึ่งเป็นค่าเริ่มต้น 1
NSString *constkGMSLayerPanoramaFOVKey
 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]