worldwind-ui API / worldwind-kit / GeoJsonPointStyle
Interface: GeoJsonPointStyle ​
Defined in: kit/src/geojson.ts:17
Properties ​
imageColor? ​
optionalimageColor?:ColorInput
Defined in: kit/src/geojson.ts:23
imageOffset? ​
optionalimageOffset?:OffsetInput
Defined in: kit/src/geojson.ts:24
imageScale? ​
optionalimageScale?:number
Defined in: kit/src/geojson.ts:22
imageSource? ​
optionalimageSource?:string|null
Defined in: kit/src/geojson.ts:19
Image URL, or null for label-only points. Defaults to a pushpin.
labelColor? ​
optionallabelColor?:ColorInput
Defined in: kit/src/geojson.ts:27
labelFontSize? ​
optionallabelFontSize?:number
Defined in: kit/src/geojson.ts:28
labelProperty? ​
optionallabelProperty?:string
Defined in: kit/src/geojson.ts:26
Name of the feature property to use as the label.
pushpin? ​
optionalpushpin?:PushpinColor
Defined in: kit/src/geojson.ts:21
Pushpin colour used when no imageSource is given.