Graphic

constructor(geometry: Geometry? = null, attributes: Map<String, Any?> = emptyMap(), symbol: Symbol? = null)

Creates a graphic with the given geometry, attributes, and symbol.

Since

200.1.0

Parameters

geometry

geometry. Can be null.

attributes

The attributes of the graphic. Can be null. The keys of this map will be treated as case insensitive.

symbol

symbol. Can be null.


constructor(geometry: Geometry?, symbol: Symbol?)

Creates a graphic with the given geometry and symbol.

Since

200.1.0

Parameters

geometry

geometry. Can be null.

symbol

symbol. Can be null.