Skip to main content

flywave-mapview.mapviewimagecache.removeimage

Home > @flywave/flywave-mapview > MapViewImageCache > removeImage

MapViewImageCache.removeImage() method

Remove the image with this name from the cache.

Signature:

removeImage(name: string): boolean;

Parameters

Parameter

Type

Description

name

string

Name of the image.

Returns:



boolean

`true` if item has been removed.