Home > @magiclane/maps-sdk > RenderSettings

RenderSettings class

Signature:

export declare class RenderSettings<T> 

Constructors

Constructor

Modifiers

Description

(constructor)(params)

Constructs a new instance of the RenderSettings class

Properties

Property

Modifiers

Type

Description

defaultImagePosition

static

ImagePosition

defaultImageSize

static

number

defaultInnerColor

static

string

defaultInnerSize

static

number

defaultLineType

static

LineType

defaultOuterColor

static

string

defaultOuterSize

static

number

defaultTextColor

static

string

defaultTextSize

static

number

imagePosition

ImagePosition

imgSz

number

innerColor

Color

innerSz

number

lineType

LineType

options

Set<T>

outerColor

Color

outerSz

number

textColor

Color

textSz

number

Methods

Method

Modifiers

Description

toJsonWithOptions(optionsSerializer)