Skip to main content

Class: FlowmapCity

The FlowmapCity class is the main entry point for the Flowmap City SDK.

Constructors

constructor

new FlowmapCity(props)

Create a new FlowmapCity instance

Parameters

NameType
propsFlowmapCityProps

Methods

addDataSource

addDataSource(dataSource): Promise<void>

Parameters

NameType
dataSourceUrlDataSource | ObjectsDataSource

Returns

Promise<void>