worldwind-ui API / worldwind-kit / PlacemarkOptions
Interface: PlacemarkOptions ​
Defined in: kit/src/shapes/placemark.ts:25
Extends ​
Extended by ​
Properties ​
altitudeMode? ​
optionalaltitudeMode?:AltitudeMode
Defined in: kit/src/shapes/placemark.ts:39
alwaysOnTop? ​
optionalalwaysOnTop?:boolean
Defined in: kit/src/shapes/placemark.ts:43
depthTest? ​
optionaldepthTest?:boolean
Defined in: kit/src/shapes/placemark.ts:46
displayName? ​
optionaldisplayName?:string|null
Defined in: kit/src/shapes/attributes.ts:76
Inherited from ​
drawLeaderLine? ​
optionaldrawLeaderLine?:boolean
Defined in: kit/src/shapes/placemark.ts:44
enabled? ​
optionalenabled?:boolean
Defined in: kit/src/shapes/attributes.ts:77
Inherited from ​
eyeDistanceScaling? ​
optionaleyeDistanceScaling?:boolean
Defined in: kit/src/shapes/placemark.ts:41
Shrink the image with distance. Defaults to true.
eyeDistanceScalingThreshold? ​
optionaleyeDistanceScalingThreshold?:number
Defined in: kit/src/shapes/placemark.ts:42
highlight? ​
optionalhighlight?:PlacemarkHighlight|null
Defined in: kit/src/shapes/placemark.ts:48
Attributes applied while highlighted is true. null removes them.
imageColor? ​
optionalimageColor?:ColorInput
Defined in: kit/src/shapes/placemark.ts:31
imageOffset? ​
optionalimageOffset?:OffsetInput
Defined in: kit/src/shapes/placemark.ts:32
imageRotation? ​
optionalimageRotation?:number
Defined in: kit/src/shapes/placemark.ts:33
imageScale? ​
optionalimageScale?:number
Defined in: kit/src/shapes/placemark.ts:30
imageSource? ​
optionalimageSource?:string|WWImageSource|null
Defined in: kit/src/shapes/placemark.ts:29
Image URL, an ImageSource, or null for a label-only placemark.
imageTilt? ​
optionalimageTilt?:number
Defined in: kit/src/shapes/placemark.ts:34
label? ​
optionallabel?:string|null
Defined in: kit/src/shapes/placemark.ts:27
labelColor? ​
optionallabelColor?:ColorInput
Defined in: kit/src/shapes/placemark.ts:35
labelFontSize? ​
optionallabelFontSize?:number
Defined in: kit/src/shapes/placemark.ts:36
labelOffset? ​
optionallabelOffset?:OffsetInput
Defined in: kit/src/shapes/placemark.ts:37
labelOutline? ​
optionallabelOutline?:boolean
Defined in: kit/src/shapes/placemark.ts:38
leaderLineColor? ​
optionalleaderLineColor?:ColorInput
Defined in: kit/src/shapes/placemark.ts:45
position ​
position:
LatLonAlt
Defined in: kit/src/shapes/placemark.ts:26
userData? ​
optionaluserData?:unknown
Defined in: kit/src/shapes/attributes.ts:79
Stored on the renderable's userProperties; comes back from picks.