-
Notifications
You must be signed in to change notification settings - Fork 142
Vector
Scott Hunter edited this page Apr 11, 2018
·
6 revisions
This page describes the possible content of a CZML document or stream. Please read CZML Structure for an explanation of how a CZML document is put together.
Defines a graphical vector that originates at the position
property and extends in the provided direction for the provided length.
Note: This type is an extension and may not be implemented by all CZML clients.
Interpolatable: no
show - Boolean
Whether or not the vector is shown.
Default: true
color - Color
The color of the vector.
Default: white
direction - Direction - Required
The direction of the vector.
length - Double
The graphical length of the vector, in meters.
Default: 1.0
minimumLengthInPixels - Double
The minimum graphical length of the vector in pixels.
Default: 0.0