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.
symbol
symbol. Can be null.
Creates a graphic with the given geometry and symbol.
Since
200.1.0
Parameters
geometry
geometry. Can be null.
symbol
symbol. Can be null.