Skip to main content

InfoDataFactory

geovisto-mapReadme | API


geovisto-map / InfoDataFactory

Class: InfoDataFactory

This class implements IInfoDataFactory

Author

Jiri Hynek

Author

Tomas Koscielniak

Implements

Constructors

new InfoDataFactory()

new InfoDataFactory(): InfoDataFactory

Returns

InfoDataFactory

Methods

markdown()

markdown(name, data): IInfoData

It creates the Markdown info data object.

Parameters

name: string

data: string

Returns

IInfoData

Implementation of

IInfoDataFactory.markdown

Source

tools/info/model/internal/infodata/InfoDataFactory.ts:16