public static final クラス StreetViewPanoramaOrientation.Builder の拡張オブジェクト
ストリートビュー パノラマの向きを作成します。
フィールドの概要
| public float | bearing | |
| public float | 傾斜 |
パブリック コンストラクタの概要
|
StreetViewPanoramaOrientation.Builder()
空のビルダーを作成します。
|
|
パブリック メソッドの概要
| StreetViewPanoramaOrientation.Builder |
bearing(フロート ベアリング)
向きの方向を、北からの時計回りの度数で設定します。
|
| StreetViewPanoramaOrientation |
build()
StreetViewPanoramaOrientation をビルドします。 |
| StreetViewPanoramaOrientation.Builder |
tilt(float tilt)
向きの角度を度数で設定します。この値は -90(真下)~ 90(真上)の範囲に制限されます。
|
継承されたメソッドの概要
フィールド
public float bearing
public float tilt
パブリック コンストラクタ
public StreetViewPanoramaOrientation.Builder ()
空のビルダーを作成します。
パブリック メソッド
public StreetViewPanoramaOrientation.Builder bearing (float bearing)
向きの方向を、北からの時計回りの度数で設定します。
パラメータ
| bearing |
|---|
public StreetViewPanoramaOrientation.Builder tilt (float tilt)
向きの角度を度数で設定します。この値は -90(真下)~ 90(真上)の範囲に制限されます。
パラメータ
| tilt |
|---|