GMSPanoramaLayer-Klassenreferenz

GMSPanoramaLayer-Klassenreferenz

Überblick

GMSPanoramaLayer ist eine benutzerdefinierte Unterklasse von CALayer, die als Ebenenklasse in GMSPanoramaView bereitgestellt wird.

Dieser Layer sollte nicht direkt instanziiert werden.

Übernimmt GMSCALayer.

Attribute

CLLocationDirectioncameraHeading
DoppelwertcameraPitch
float cameraZoom
DoppelwertcameraFOV

(Beachten Sie, dass dies keine Mitgliederfunktionen sind.)

NSString *constkGMSLayerPanoramaHeadingKey
 Der Wert für kGMSLayerPanoramaHeadingKey reicht von [0 bis 360).
NSString *constkGMSLayerPanoramaPitchKey
 „kGMSLayerPanoramaPitchKey“ reicht von [-90, 90].
NSString *constkGMSLayerPanoramaZoomKey
 kGMSLayerCameraZoomLevelKey reicht von [1, 5], Standardwert 1.
NSString *constkGMSLayerPanoramaFOVKey
 kGMSLayerPanoramaFOVKey reicht von [1 bis 160] (in Grad), Standardeinstellung 90.

– (NSString* const) kGMSLayerPanoramaHeadingKey [related]

Der Wert für kGMSLayerPanoramaHeadingKey reicht von [0 bis 360).

– (NSString* const) kGMSLayerPanoramaPitchKey [related]

„kGMSLayerPanoramaPitchKey“ reicht von [-90, 90].

- (NSString* const) kGMSLayerPanoramaZoomKey [related]

kGMSLayerCameraZoomLevelKey reicht von [1, 5], Standardwert 1.

– (NSString* const) kGMSLayerPanoramaFOVKey [related]

kGMSLayerPanoramaFOVKey reicht von [1 bis 160] (in Grad), Standardeinstellung 90.


Property-Dokumentation

– (CLLocationDirection) cameraHeading [read, write, assign]
- (doppelt) cameraPitch [read, write, assign]
- (Unverankert) cameraZoom [read, write, assign]
- (doppeltes) cameraFOV [read, write, assign]