worldwind-ui API / react-worldwind / PlacemarkProps
Interface: PlacemarkProps ​
Defined in: react/src/shapes.tsx:169
Extends ​
Properties ​
altitudeMode? ​
optionalaltitudeMode?:AltitudeMode
Defined in: kit/src/shapes/placemark.ts:39
Inherited from ​
alwaysOnTop? ​
optionalalwaysOnTop?:boolean
Defined in: kit/src/shapes/placemark.ts:43
Inherited from ​
depthTest? ​
optionaldepthTest?:boolean
Defined in: kit/src/shapes/placemark.ts:46
Inherited from ​
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
Inherited from ​
PlacemarkOptions.drawLeaderLine
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.
Inherited from ​
PlacemarkOptions.eyeDistanceScaling
eyeDistanceScalingThreshold? ​
optionaleyeDistanceScalingThreshold?:number
Defined in: kit/src/shapes/placemark.ts:42
Inherited from ​
PlacemarkOptions.eyeDistanceScalingThreshold
highlight? ​
optionalhighlight?:PlacemarkHighlight|null
Defined in: kit/src/shapes/placemark.ts:48
Attributes applied while highlighted is true. null removes them.
Inherited from ​
highlightOnHover? ​
optionalhighlightOnHover?:boolean
Defined in: react/src/shapes.tsx:49
Toggle the shape's highlightAttributes while the mouse is over it.
Inherited from ​
ShapeEventProps.highlightOnHover
imageColor? ​
optionalimageColor?:ColorInput
Defined in: kit/src/shapes/placemark.ts:31
Inherited from ​
imageOffset? ​
optionalimageOffset?:OffsetInput
Defined in: kit/src/shapes/placemark.ts:32
Inherited from ​
imageRotation? ​
optionalimageRotation?:number
Defined in: kit/src/shapes/placemark.ts:33
Inherited from ​
PlacemarkOptions.imageRotation
imageScale? ​
optionalimageScale?:number
Defined in: kit/src/shapes/placemark.ts:30
Inherited from ​
imageSource? ​
optionalimageSource?:string|WWImageSource|null
Defined in: kit/src/shapes/placemark.ts:29
Image URL, an ImageSource, or null for a label-only placemark.
Inherited from ​
imageTilt? ​
optionalimageTilt?:number
Defined in: kit/src/shapes/placemark.ts:34
Inherited from ​
label? ​
optionallabel?:string|null
Defined in: kit/src/shapes/placemark.ts:27
Inherited from ​
labelColor? ​
optionallabelColor?:ColorInput
Defined in: kit/src/shapes/placemark.ts:35
Inherited from ​
labelFontSize? ​
optionallabelFontSize?:number
Defined in: kit/src/shapes/placemark.ts:36
Inherited from ​
PlacemarkOptions.labelFontSize
labelOffset? ​
optionallabelOffset?:OffsetInput
Defined in: kit/src/shapes/placemark.ts:37
Inherited from ​
labelOutline? ​
optionallabelOutline?:boolean
Defined in: kit/src/shapes/placemark.ts:38
Inherited from ​
leaderLineColor? ​
optionalleaderLineColor?:ColorInput
Defined in: kit/src/shapes/placemark.ts:45
Inherited from ​
PlacemarkOptions.leaderLineColor
onClick? ​
optionalonClick?:PickHandler
Defined in: react/src/shapes.tsx:44
Inherited from ​
onDoubleClick? ​
optionalonDoubleClick?:PickHandler
Defined in: react/src/shapes.tsx:45
Inherited from ​
onMouseEnter? ​
optionalonMouseEnter?:PickHandler
Defined in: react/src/shapes.tsx:46
Inherited from ​
onMouseLeave? ​
optionalonMouseLeave?:PickHandler
Defined in: react/src/shapes.tsx:47
Inherited from ​
position ​
position:
LatLonAlt
Defined in: kit/src/shapes/placemark.ts:26
Inherited from ​
pushpin? ​
optionalpushpin?:false|PushpinColor
Defined in: react/src/shapes.tsx:171
Use one of WorldWind's bundled pushpins. Defaults to red when no imageSource is given; false disables.
pushpinStyle? ​
optionalpushpinStyle?:PushpinStyle
Defined in: react/src/shapes.tsx:172
userData? ​
optionaluserData?:unknown
Defined in: kit/src/shapes/attributes.ts:79
Stored on the renderable's userProperties; comes back from picks.