Skip to main content

flywave-mapview.mapviewutils.mapviewisloading

Home > @flywave/flywave-mapview > MapViewUtils > mapViewIsLoading

MapViewUtils.mapViewIsLoading() function

Check if tiles or other content is currently being loaded.

This method can be removed once FLYWAVE-7932 is implemented.

Signature:

function mapViewIsLoading(mapView: MapView): boolean;

Parameters

Parameter

Type

Description

mapView

MapView

Returns:



boolean

`true` if MapView has visible tiles or other content that is being loaded.