worldwind-ui API / ngx-worldwind / WwPlacemarkComponent
Class: WwPlacemarkComponent ​
Defined in: angular/src/lib/shapes.ts:214
A pushpin, icon or label at a position. Defaults to WorldWind's red pushpin.
Extends ​
Constructors ​
Constructor ​
new WwPlacemarkComponent():
WwPlacemarkComponent
Defined in: angular/src/lib/shapes.ts:95
Returns ​
WwPlacemarkComponent
Inherited from ​
Properties ​
altitudeMode ​
readonlyaltitudeMode:InputSignal<AltitudeMode|undefined>
Defined in: angular/src/lib/shapes.ts:230
alwaysOnTop ​
readonlyalwaysOnTop:InputSignal<boolean|undefined>
Defined in: angular/src/lib/shapes.ts:233
depthTest ​
readonlydepthTest:InputSignal<boolean|undefined>
Defined in: angular/src/lib/shapes.ts:236
displayName ​
readonlydisplayName:InputSignal<string|null|undefined>
Defined in: angular/src/lib/shapes.ts:74
Inherited from ​
drawLeaderLine ​
readonlydrawLeaderLine:InputSignal<boolean|undefined>
Defined in: angular/src/lib/shapes.ts:234
enabled ​
readonlyenabled:InputSignal<boolean|undefined>
Defined in: angular/src/lib/shapes.ts:75
Inherited from ​
eyeDistanceScaling ​
readonlyeyeDistanceScaling:InputSignal<boolean|undefined>
Defined in: angular/src/lib/shapes.ts:231
eyeDistanceScalingThreshold ​
readonlyeyeDistanceScalingThreshold:InputSignal<number|undefined>
Defined in: angular/src/lib/shapes.ts:232
highlight ​
readonlyhighlight:InputSignal<PlacemarkHighlight|null|undefined>
Defined in: angular/src/lib/shapes.ts:237
highlightOnHover ​
readonlyhighlightOnHover:InputSignal<boolean>
Defined in: angular/src/lib/shapes.ts:79
Toggle the shape's highlight attributes while the mouse is over it.
Inherited from ​
hoverEvents ​
readonlyhoverEvents:InputSignal<boolean>
Defined in: angular/src/lib/shapes.ts:81
Enable mouseEnter / mouseLeave (hover picking costs GPU time).
Inherited from ​
imageColor ​
readonlyimageColor:InputSignal<ColorInput|undefined>
Defined in: angular/src/lib/shapes.ts:222
imageOffset ​
readonlyimageOffset:InputSignal<OffsetInput|undefined>
Defined in: angular/src/lib/shapes.ts:223
imageRotation ​
readonlyimageRotation:InputSignal<number|undefined>
Defined in: angular/src/lib/shapes.ts:224
imageScale ​
readonlyimageScale:InputSignal<number|undefined>
Defined in: angular/src/lib/shapes.ts:221
imageSource ​
readonlyimageSource:InputSignal<string|WWImageSource|null|undefined>
Defined in: angular/src/lib/shapes.ts:217
imageTilt ​
readonlyimageTilt:InputSignal<number|undefined>
Defined in: angular/src/lib/shapes.ts:225
label ​
readonlylabel:InputSignal<string|null|undefined>
Defined in: angular/src/lib/shapes.ts:216
labelColor ​
readonlylabelColor:InputSignal<ColorInput|undefined>
Defined in: angular/src/lib/shapes.ts:226
labelFontSize ​
readonlylabelFontSize:InputSignal<number|undefined>
Defined in: angular/src/lib/shapes.ts:227
labelOffset ​
readonlylabelOffset:InputSignal<OffsetInput|undefined>
Defined in: angular/src/lib/shapes.ts:228
labelOutline ​
readonlylabelOutline:InputSignal<boolean|undefined>
Defined in: angular/src/lib/shapes.ts:229
leaderLineColor ​
readonlyleaderLineColor:InputSignal<ColorInput|undefined>
Defined in: angular/src/lib/shapes.ts:235
mouseEnter ​
readonlymouseEnter:OutputEmitterRef<PickEvent>
Defined in: angular/src/lib/shapes.ts:85
Inherited from ​
mouseLeave ​
readonlymouseLeave:OutputEmitterRef<PickEvent>
Defined in: angular/src/lib/shapes.ts:86
Inherited from ​
position ​
readonlyposition:InputSignal<LatLonAlt>
Defined in: angular/src/lib/shapes.ts:215
pushpin ​
readonlypushpin:InputSignal<false|PushpinColor|undefined>
Defined in: angular/src/lib/shapes.ts:219
One of WorldWind's bundled pushpins; false for no image.
pushpinStyle ​
readonlypushpinStyle:InputSignal<PushpinStyle|undefined>
Defined in: angular/src/lib/shapes.ts:220
renderable ​
readonlyrenderable:WritableSignal<WWPlacemark|null>
Defined in: angular/src/lib/shapes.ts:89
The live WorldWind renderable, null until created.
Inherited from ​
shapeClick ​
readonlyshapeClick:OutputEmitterRef<PickEvent>
Defined in: angular/src/lib/shapes.ts:83
Inherited from ​
shapeDoubleClick ​
readonlyshapeDoubleClick:OutputEmitterRef<PickEvent>
Defined in: angular/src/lib/shapes.ts:84
Inherited from ​
userData ​
readonlyuserData:InputSignal<unknown>
Defined in: angular/src/lib/shapes.ts:77
Stored on the renderable's userProperties; comes back from picks.