flywave-mapview.imageitem._constructor_
Home > @flywave/flywave-mapview > ImageItem > (constructor)
ImageItem.(constructor)
Create the ImageItem.
Signature:
constructor(url: string, image?: TexturizableImage);
Parameters
Parameter | Type | Description |
|---|---|---|
url | string | URL of the image, or unique identifier. |
image | (Optional) Optional image if already loaded. |