CreateOsmBuildingsAsyncOptions

sealed external interface CreateOsmBuildingsAsyncOptions(source)

Properties

Link copied to clipboard
abstract var defaultColor: Color?

The default color to use for buildings that do not have a color. This parameter is ignored if options.style is specified. Default value - Color.WHITE

Link copied to clipboard
abstract var enableShowOutline: Boolean?

If true, enable rendering outlines. This can be set to false to avoid the additional processing of geometry at load time. Default value - true

Link copied to clipboard
abstract var showOutline: Boolean?

Whether to show outlines around buildings. When true, outlines are displayed. When false, outlines are not displayed. Default value - true

Link copied to clipboard
abstract var style: Cesium3DTileStyle?

The style to use with the tileset. If not specified, a default style is used which gives each building or building part a color inferred from its OpenStreetMap tags. If no color can be inferred, options.defaultColor is used.