Skip to main content

flywave-map-controls.controlpoint

Home > @flywave/flywave-map-controls > ControlPoint

ControlPoint class

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

A ControlPoint used to defined the Track of the [[CameraKeyTrackAnimation]]

Signature:

export declare class ControlPoint implements Pick<LookAtParams, "target" | "tilt" | "heading" | "distance"> 

Implements: Pick<LookAtParams, "target" | "tilt" | "heading" | "distance">

Constructors

Constructor

Modifiers

Description

(constructor)(options)

(BETA) Constructs a new instance of the ControlPoint class

Properties

Property

Modifiers

Type

Description

distance

number

(BETA)

heading

number

(BETA)

name?

string

(BETA) (Optional)

target

GeoCoordinates

(BETA)

tilt

number

(BETA)

timestamp

number

(BETA) The time, when this ControlPoint should be reached in the animation flow, in seconds.