Optional
conditions?: TMapynaMarkerStyleCondition[]The color of the marker's fill. Not applicable for 'custom' type
The font size of the marker's text
Note: applicable only for type price
The font weight of the marker's text
Note: applicable only for type price
The opacity of the marker's fill
Optional
size?: numberThe size of the marker. Not applicable for custom
type
The stroke width of the marker's border. Not applicable for 'custom' type
The stroke color of the marker's border. Not applicable for 'custom' type
Custom SVG. applicable for custom
type only
The color of the marker's text
Note: applicable only for type price
An array of conditions for applying the marker style based on certain criteria. Each * condition is an object and consists of the following properties:
key (string):
The key representing the data field to be evaluated.value (any):
The value to compare against the data field.operator (string, optional):
The comparison operator to be used Possible operators are:>, >=, =, <=, <