This is the namespace that contains classes that represent different types of
movements for the Mapspace.ortho.Viewer
.
- Source:
- mapspace-street/movements/bu.street.movements.jsdoc
Classes
Type Definitions
-
AutorotateOptions
-
Options for
Mapspace.street.movements.Autorotate
.- Source:
- mapspace-street/typedefs.js
Properties:
Name Type Description done
function | undefined Callback to be called anytime the movement stops.
yawSpeed
number | undefined Yaw maximum speed.
pitchSpeed
number | undefined Pitch maximum speed.
fovSpeed
number | undefined Fov maximum speed.
yawAccel
number | undefined Yaw acceleration.
pitchAccel
number | undefined Pitch acceleration.
fovAccel
number | undefined FOV acceleration.
targetPitch
number | undefined | null Value that pitch converges to.
null
means that the pitch will not change.targetFov
number | undefined | null Value that fov converges to.
null
means that the fov will not change. -
MovementOptions
-
Options for
Mapspace.street.movements.Movement
.- Source:
- mapspace-street/typedefs.js
Properties:
Name Type Description done
function | undefined Callback to be called anytime the movement stops.