跳到主要内容

flywave-mapview.datasource.attach

Home > @flywave/flywave-mapview > DataSource > attach

DataSource.attach() method

This method is called when this DataSource is added to a MapView.

Overrides of this method must invoke the definition of the super class.

Signature:

attach(mapView: MapView): void;

Parameters

Parameter

Type

Description

mapView

MapView

The instance of the MapView.

Returns:



void