flywave-mapview.datasource.detach
Home > @flywave/flywave-mapview > DataSource > detach
DataSource.detach() method
This method is called when this DataSource is removed from a MapView.
Overrides of this method must invoke the definition of the super class.
Signature:
detach(mapView: MapView): void;
Parameters
Parameter | Type | Description |
|---|---|---|
mapView | The instance of the MapView. |
Returns:
void