/ Maps / ShapeSettingsModel
Search results

ShapeSettingsModel API in Vue Maps API component

Interface for a class ShapeSettings

Properties

autofill

boolean

Enables or disables the filling of color for the shapes automatically.

border

BorderModel

Sets and gets the options for customizing the color and width of the border for the shapes in maps.

borderColorValuePath

string

Sets and gets the value path from the data source to set the color for the border of a particular shape in maps.

borderWidthValuePath

string

Sets and gets the value path from the data source to set the width for the border of a particular shape in maps.

circleRadius

number

Sets and gets the radius of the shape.

colorMapping

ColorMappingSettingsModel[]

Sets and gets the options to map the color for some set of the shapes in maps.

colorValuePath

string

Sets and gets the value path from the data source to set the color for the shapes in maps.

dashArray

string

Sets and gets the dash-array for the shapes in maps.

fill

string

Sets and gets the color of the shapes in maps.

opacity

number

Sets and gets the opacity for the shapes in maps.

palette

string[]

Sets and gets a set of colors for the shapes in maps.

valuePath

string

Sets and gets the value from the data source based on which the shape gets rendered.