Composite Symbol
Defines a set of symbols that make up a single symbol. A composite symbol contains a collection of symbols that can be used to compose a more complex symbol.
Since
200.1.0
Functions
Link copied to clipboard
Clones the CompositeSymbol.
Inherited functions
Link copied to clipboard
suspend fun createSwatch(screenScale: Float, width: Float? = null, height: Float? = null, backgroundColor: Color = Color.transparent): Result<BitmapDrawable>
Creates a swatch of the symbol. This method will scale the symbol up or down in order to fit it in to the desired width and height of the swatch.
suspend fun createSwatch(screenScale: Float, width: Float, height: Float, geometry: Geometry, backgroundColor: Color = Color.transparent): Result<BitmapDrawable>
Creates a swatch of the symbol.