@JsType(isNative=true,
namespace="<global>",
name="Object")
public class FlyToOptions
extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
duration
The duration of the flight in seconds.
|
double |
maximumHeight
The maximum height at the peak of the flight.
|
HeadingPitchRange |
offset
The offset from the target in the local east-north-up reference frame centered at the target.
|
| Constructor and Description |
|---|
FlyToOptions() |
@JsProperty public double duration
@JsProperty public double maximumHeight
@JsProperty public HeadingPitchRange offset
Copyright © 2019. All rights reserved.