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 donefunction | undefined Callback to be called anytime the movement stops.
yawSpeednumber | undefined Yaw maximum speed.
pitchSpeednumber | undefined Pitch maximum speed.
fovSpeednumber | undefined Fov maximum speed.
yawAccelnumber | undefined Yaw acceleration.
pitchAccelnumber | undefined Pitch acceleration.
fovAccelnumber | undefined FOV acceleration.
targetPitchnumber | undefined | null Value that pitch converges to.
nullmeans that the pitch will not change.targetFovnumber | undefined | null Value that fov converges to.
nullmeans that the fov will not change. -
MovementOptions
-
Options for
Mapspace.street.movements.Movement.- Source:
- mapspace-street/typedefs.js
Properties:
Name Type Description donefunction | undefined Callback to be called anytime the movement stops.