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
| Name | Type |
|---|---|
props | FlowmapCityProps |
Methods
addDataSource
▸ addDataSource(dataSource): Promise<void>
Parameters
| Name | Type |
|---|---|
dataSource | UrlDataSource | ObjectsDataSource |
Returns
Promise<void>