GMSOrientation 结构参考文档

GMSOrientation 结构参考文档

概览

GMSOrientation 是一个方向和倾斜度元组,用于控制GMSPanoramaCamera的查看方向。

公共属性

const CLLocationDirection标题
 镜头方向(水平角度),以度为单位。
const double推介
 镜头俯仰角(垂直角度),以与地平线之间的角度来表示。

(请注意,这些并非成员函数。)

静态GMSOrientationGMSOrientationMake(CLLocationDirection 朝向,双推介
 返回具有指定 headingpitchGMSOrientation

静态GMSOrientation GMSOrientationMake ( CLLocationDirection 标题、
双精度 推介
) [related]

返回具有指定 headingpitchGMSOrientation


成员数据文档

const CLLocationDirection GMSOrientation::heading

镜头方向(水平角度),以度为单位。

用于表示方向的类型,以 0 到 359.9 之间的度为单位。正北方为 0,东方为 90,南方为 180,西方为 270。

镜头俯仰角(垂直角度),以与地平线之间的角度来表示。

pitch 范围为 [-90,90],但可能不支持整个范围。正值向上看,负值向下看。