Appearance
Documentation / @geoverse/core-ol / SuperMapRestSource
Class: SuperMapRestSource
Defined in: packages/core-ol/src/sources/supermapRest.ts:66
超图 iServer REST 瓦片数据源(旧库 supermapRest.ts 移植, token/key 鉴权链路旧版即未启用,未迁移)。
Extends
TileImage
Constructors
Constructor
ts
new SuperMapRestSource(opts?): SuperMapRestSource;Defined in: packages/core-ol/src/sources/supermapRest.ts:75
Parameters
opts?
SuperMapRestOptions = {}
Returns
SuperMapRestSource
Overrides
ts
TileImage.constructorProperties
crossOrigin
ts
protected crossOrigin: string | null;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/TileImage.d.ts:171
Inherited from
ts
TileImage.crossOrigindisposed
ts
protected disposed: boolean;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/Disposable.d.ts:15
The object has already been disposed.
Inherited from
ts
TileImage.disposedloading
ts
loading: number | boolean;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Source.d.ts:114
This source is currently loading data. Sources that defer loading to the map's tile queue never set this to a truthy value.
Inherited from
ts
TileImage.loadingon
ts
on: TileSourceOnSignature<EventsKey>;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Tile.d.ts:118
Inherited from
ts
TileImage.ononce
ts
once: TileSourceOnSignature<EventsKey>;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Tile.d.ts:122
Inherited from
ts
TileImage.onceprojection
ts
protected projection: Projection | null;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Source.d.ts:98
Inherited from
ts
TileImage.projectionreferrerPolicy
ts
protected referrerPolicy: ReferrerPolicy;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/TileImage.d.ts:176
Inherited from
ts
TileImage.referrerPolicytileClass
ts
protected tileClass: typeof ImageTile;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/TileImage.d.ts:181
Inherited from
ts
TileImage.tileClasstileGrid
ts
protected tileGrid: TileGrid | null;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Tile.d.ts:136
Inherited from
ts
TileImage.tileGridtileGridForProjection
ts
protected tileGridForProjection: {
[x: string]: TileGrid;
};Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/TileImage.d.ts:186
Index Signature
ts
[x: string]: TileGridInherited from
ts
TileImage.tileGridForProjectiontileLoadFunction
ts
protected tileLoadFunction: LoadFunction;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/UrlTile.d.ts:110
Inherited from
ts
TileImage.tileLoadFunctiontileOptions
ts
protected tileOptions: Options;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Tile.d.ts:151
Inherited from
ts
TileImage.tileOptionstmpSize
ts
protected tmpSize: Size;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Tile.d.ts:141
Inherited from
ts
TileImage.tmpSizeun
ts
un: TileSourceOnSignature<void>;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Tile.d.ts:126
Inherited from
ts
TileImage.unurls
ts
protected urls: string[] | null;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/UrlTile.d.ts:122
Inherited from
ts
TileImage.urlsviewRejector
ts
protected viewRejector: (arg0) => void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Source.d.ts:139
Parameters
arg0
Error
Returns
void
Inherited from
ts
TileImage.viewRejectorviewResolver
ts
protected viewResolver: (arg0) => void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Source.d.ts:134
Parameters
arg0
ViewOptions
Returns
void
Inherited from
ts
TileImage.viewResolverzDirection
ts
zDirection: number | NearestDirectionFunction;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Tile.d.ts:159
zDirection hint, read by the renderer. Indicates which resolution should be used by a renderer if the views resolution does not match any resolution of the tile source. If 0, the nearest resolution will be used. If 1, the nearest lower resolution will be used. If -1, the nearest higher resolution will be used.
Inherited from
ts
TileImage.zDirectionMethods
addChangeListener()
ts
addChangeListener(key, listener): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/Object.d.ts:145
Parameters
key
string
Key name.
listener
Listener
Listener.
Returns
void
Inherited from
ts
TileImage.addChangeListeneraddEventListener()
ts
addEventListener(type, listener): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/events/Target.d.ts:50
Parameters
type
string
Type.
listener
Listener
Listener.
Returns
void
Inherited from
ts
TileImage.addEventListenerapplyProperties()
ts
protected applyProperties(source): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/Object.d.ts:172
Apply any properties from another object without triggering events.
Parameters
source
BaseObject
The source object.
Returns
void
Inherited from
ts
TileImage.applyPropertieschanged()
ts
changed(): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/Observable.d.ts:65
Increases the revision counter and dispatches a 'change' event.
Returns
void
Api
Inherited from
ts
TileImage.changedclear()
ts
clear(): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Tile.d.ts:227
Remove all cached reprojected tiles from the source. The next render cycle will create new tiles.
Returns
void
Api
Inherited from
ts
TileImage.cleardispatchEvent()
ts
dispatchEvent(event): boolean | undefined;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/events/Target.d.ts:61
Dispatches an event and calls all listeners listening for events of this type. The event parameter can either be a string or an Object with a type property.
Parameters
event
string | BaseEvent
Event object.
Returns
boolean | undefined
false if anyone called preventDefault on the event object or if any of the listeners returned false.
Api
Inherited from
ts
TileImage.dispatchEventdispose()
ts
dispose(): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/Disposable.d.ts:19
Clean up.
Returns
void
Inherited from
ts
TileImage.disposedisposeInternal()
ts
protected disposeInternal(): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/Disposable.d.ts:24
Extension point for disposable objects.
Returns
void
Inherited from
ts
TileImage.disposeInternalget()
ts
get(key): any;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/Object.d.ts:114
Gets a value.
Parameters
key
string
Key name.
Returns
any
Value.
Api
Inherited from
ts
TileImage.getgetAttributions()
ts
getAttributions(): Attribution | null;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Source.d.ts:150
Get the attribution function for the source.
Returns
Attribution | null
Attribution function.
Api
Inherited from
ts
TileImage.getAttributionsgetAttributionsCollapsible()
ts
getAttributionsCollapsible(): boolean;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Source.d.ts:155
Returns
boolean
Attributions are collapsible.
Api
Inherited from
ts
TileImage.getAttributionsCollapsiblegetGutter()
ts
getGutter(): number;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/TileImage.d.ts:202
Returns
number
Gutter.
Inherited from
ts
TileImage.getGuttergetGutterForProjection()
ts
getGutterForProjection(projection): number;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Tile.d.ts:164
Parameters
projection
Projection
Projection.
Returns
number
Gutter.
Inherited from
ts
TileImage.getGutterForProjectiongetInterpolate()
ts
getInterpolate(): boolean;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Source.d.ts:184
Returns
boolean
Use linear interpolation when resampling.
Inherited from
ts
TileImage.getInterpolategetKey()
ts
getKey(): string;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Tile.d.ts:169
Return the key to be used for all tiles in the source.
Returns
string
The key for all tiles.
Inherited from
ts
TileImage.getKeygetKeys()
ts
getKeys(): string[];Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/Object.d.ts:120
Get a list of object property names.
Returns
string[]
List of property names.
Api
Inherited from
ts
TileImage.getKeysgetListeners()
ts
getListeners(type): Listener[] | undefined;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/events/Target.d.ts:69
Get the listeners for a specified event type. Listeners are returned in the order that they will be called in.
Parameters
type
string
Type.
Returns
Listener[] | undefined
Listeners.
Inherited from
ts
TileImage.getListenersgetProjection()
ts
getProjection(): Projection | null;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Source.d.ts:161
Get the projection of the source.
Returns
Projection | null
Projection.
Api
Inherited from
ts
TileImage.getProjectiongetProperties()
ts
getProperties(): NoInfer<{
[x: string]: any;
}>;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/Object.d.ts:126
Get an object of all property names and values.
Returns
NoInfer<{ [x: string]: any; }>
Object.
Api
Inherited from
ts
TileImage.getPropertiesgetPropertiesInternal()
ts
getPropertiesInternal():
| Partial<NoInfer<{
[x: string]: any;
}>>
| null;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/Object.d.ts:131
Get an object of all property names and values.
Returns
| Partial<NoInfer<{ [x: string]: any; }>> | null
Object.
Inherited from
ts
TileImage.getPropertiesInternalgetResolutions()
ts
getResolutions(projection?): number[] | null;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Source.d.ts:166
Parameters
projection?
Projection
Projection.
Returns
number[] | null
Resolutions.
Inherited from
ts
TileImage.getResolutionsgetRevision()
ts
getRevision(): number;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/Observable.d.ts:72
Get the version number for this object. Each time the object is modified, its version number will be incremented.
Returns
number
Revision.
Api
Inherited from
ts
TileImage.getRevisiongetState()
ts
getState(): State;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Source.d.ts:176
Get the state of the source, see import("./Source.js").State for possible states.
Returns
State
State.
Api
Inherited from
ts
TileImage.getStategetTile()
ts
getTile(
z,
x,
y,
pixelRatio,
projection,
tileCache?): ImageTile | ReprojTile;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/TileImage.d.ts:224
Parameters
z
number
Tile coordinate z.
x
number
Tile coordinate x.
y
number
Tile coordinate y.
pixelRatio
number
Pixel ratio.
projection
Projection
Projection.
tileCache?
LRUCache<Tile>
Tile cache.
Returns
ImageTile | ReprojTile
Tile.
Inherited from
ts
TileImage.getTilegetTileCoordForTileUrlFunction()
ts
getTileCoordForTileUrlFunction(tileCoord, projection?): TileCoord;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Tile.d.ts:222
Returns a tile coordinate wrapped around the x-axis. When the tile coordinate is outside the resolution and extent range of the tile grid, null will be returned.
Parameters
tileCoord
TileCoord
Tile coordinate.
projection?
Projection
Projection.
Returns
TileCoord
Tile coordinate to be passed to the tileUrlFunction or null if no tile URL should be created for the passed tileCoord.
Inherited from
ts
TileImage.getTileCoordForTileUrlFunctiongetTileGrid()
ts
getTileGrid(): TileGrid | null;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Tile.d.ts:192
Return the tile grid of the tile source.
Returns
TileGrid | null
Tile grid.
Api
Inherited from
ts
TileImage.getTileGridgetTileGridForProjection()
ts
getTileGridForProjection(projection): TileGrid;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Tile.d.ts:197
Parameters
projection
Projection
Projection.
Returns
TileGrid
Tile grid.
Inherited from
ts
TileImage.getTileGridForProjectiongetTileInternal()
ts
protected getTileInternal(
z,
x,
y,
pixelRatio,
projection,
tileCache?): ImageTile;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/TileImage.d.ts:235
Parameters
z
number
Tile coordinate z.
x
number
Tile coordinate x.
y
number
Tile coordinate y.
pixelRatio
number
Pixel ratio.
projection
Projection
Projection.
tileCache?
LRUCache<Tile>
Tile cache.
Returns
ImageTile
Tile.
Inherited from
ts
TileImage.getTileInternalgetTileLoadFunction()
ts
getTileLoadFunction(): LoadFunction;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/UrlTile.d.ts:134
Deprecated. Use an ImageTile source instead. Return the tile load function of the source.
Returns
LoadFunction
TileLoadFunction
Api
Inherited from
ts
TileImage.getTileLoadFunctiongetTilePixelRatio()
ts
getTilePixelRatio(pixelRatio): number;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Tile.d.ts:205
Get the tile pixel ratio for this source. Subclasses may override this method, which is meant to return a supported pixel ratio that matches the provided pixelRatio as close as possible.
Parameters
pixelRatio
number
Pixel ratio.
Returns
number
Tile pixel ratio.
Inherited from
ts
TileImage.getTilePixelRatiogetTilePixelSize()
ts
getTilePixelSize(
z,
pixelRatio,
projection): Size;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Tile.d.ts:212
Parameters
z
number
Z.
pixelRatio
number
Pixel ratio.
projection
Projection
Projection.
Returns
Size
Tile size.
Inherited from
ts
TileImage.getTilePixelSizegetTileUrlFunction()
ts
getTileUrlFunction(): UrlFunction;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/UrlTile.d.ts:141
Deprecated. Use an ImageTile source instead. Return the tile URL function of the source.
Returns
UrlFunction
TileUrlFunction
Api
Inherited from
ts
TileImage.getTileUrlFunctiongetUrls()
ts
getUrls(): string[] | null;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/UrlTile.d.ts:150
Deprecated. Use an ImageTile source instead. Return the URLs used for this source. When a tileUrlFunction is used instead of url or urls, null will be returned.
Returns
string[] | null
URLs.
Api
Inherited from
ts
TileImage.getUrlsgetView()
ts
getView(): Promise<ViewOptions>;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Source.d.ts:170
Returns
Promise<ViewOptions>
A promise for view-related properties.
Inherited from
ts
TileImage.getViewgetWrapX()
ts
getWrapX(): boolean | undefined;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Source.d.ts:180
Returns
boolean | undefined
Wrap X.
Inherited from
ts
TileImage.getWrapXhandleTileChange()
ts
protected handleTileChange(event): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/UrlTile.d.ts:156
Handle tile change events.
Parameters
event
BaseEvent
Event.
Returns
void
Inherited from
ts
TileImage.handleTileChangehasListener()
ts
hasListener(type?): boolean;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/events/Target.d.ts:75
Parameters
type?
string
Type. If not provided, true will be returned if this event target has any listeners.
Returns
boolean
Has listeners.
Inherited from
ts
TileImage.hasListenerhasProperties()
ts
hasProperties(): boolean;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/Object.d.ts:135
Returns
boolean
The object has properties.
Inherited from
ts
TileImage.hasPropertiesnotify()
ts
notify(key, oldValue): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/Object.d.ts:140
Parameters
key
string
Key name.
oldValue
any
Old value.
Returns
void
Inherited from
ts
TileImage.notifyonceInternal()
ts
protected onceInternal(type, listener): EventsKey | EventsKey[];Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/Observable.d.ts:86
Parameters
type
string | string[]
Type.
listener
(arg0) => unknown
Listener.
Returns
EventsKey | EventsKey[]
Event key.
Inherited from
ts
TileImage.onceInternalonInternal()
ts
protected onInternal(type, listener): EventsKey | EventsKey[];Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/Observable.d.ts:79
Parameters
type
string | string[]
Type.
listener
(arg0) => unknown
Listener.
Returns
EventsKey | EventsKey[]
Event key.
Inherited from
ts
TileImage.onInternalrefresh()
ts
refresh(): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Source.d.ts:189
Refreshes the source. The source will be cleared, and data from the server will be reloaded.
Returns
void
Api
Inherited from
ts
TileImage.refreshremoveChangeListener()
ts
removeChangeListener(key, listener): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/Object.d.ts:150
Parameters
key
string
Key name.
listener
Listener
Listener.
Returns
void
Inherited from
ts
TileImage.removeChangeListenerremoveEventListener()
ts
removeEventListener(type, listener): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/events/Target.d.ts:80
Parameters
type
string
Type.
listener
Listener
Listener.
Returns
void
Inherited from
ts
TileImage.removeEventListenerset()
ts
set(
key,
value,
silent?): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/Object.d.ts:158
Sets a value.
Parameters
key
string
Key name.
value
any
Value.
silent?
boolean
Update without triggering an event.
Returns
void
Api
Inherited from
ts
TileImage.setsetAttributions()
ts
setAttributions(attributions): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Source.d.ts:197
Set the attributions of the source.
Parameters
attributions
AttributionLike | undefined
Attributions. Can be passed as string, Array<string>, module:ol/source/Source~Attribution, or undefined.
Returns
void
Api
Inherited from
ts
TileImage.setAttributionssetKey()
ts
protected setKey(key): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Tile.d.ts:175
Set the value to be used as the key for all tiles in the source.
Parameters
key
string
The key for tiles.
Returns
void
Inherited from
ts
TileImage.setKeysetProperties()
ts
setProperties(values, silent?): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/Object.d.ts:166
Sets a collection of key-value pairs. Note that this changes any existing properties and adds new ones (it does not remove any existing properties).
Parameters
values
Partial<NoInfer<Properties>>
Values.
silent?
boolean
Update without triggering an event.
Returns
void
Api
Inherited from
ts
TileImage.setPropertiessetRenderReprojectionEdges()
ts
setRenderReprojectionEdges(render): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/TileImage.d.ts:241
Sets whether to render reprojection edges or not (usually for debugging).
Parameters
render
boolean
Render the edges.
Returns
void
Api
Inherited from
ts
TileImage.setRenderReprojectionEdgessetState()
ts
setState(state): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/Source.d.ts:202
Set the state of the source.
Parameters
state
State
State.
Returns
void
Inherited from
ts
TileImage.setStatesetTileGridForProjection()
ts
setTileGridForProjection(projection, tilegrid): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/TileImage.d.ts:254
Sets the tile grid to use when reprojecting the tiles to the given projection instead of the default tile grid for the projection.
This can be useful when the default tile grid cannot be created (e.g. projection has no extent defined) or for optimization reasons (custom tile size, resolutions, ...).
Parameters
projection
ProjectionLike
Projection.
tilegrid
TileGrid
Tile grid to use for the projection.
Returns
void
Api
Inherited from
ts
TileImage.setTileGridForProjectionsetTileLoadFunction()
ts
setTileLoadFunction(tileLoadFunction): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/UrlTile.d.ts:163
Deprecated. Use an ImageTile source instead. Set the tile load function of the source.
Parameters
tileLoadFunction
LoadFunction
Tile load function.
Returns
void
Api
Inherited from
ts
TileImage.setTileLoadFunctionsetTileUrlFunction()
ts
setTileUrlFunction(tileUrlFunction, key?): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/UrlTile.d.ts:171
Deprecated. Use an ImageTile source instead. Set the tile URL function of the source.
Parameters
tileUrlFunction
UrlFunction
Tile URL function.
key?
string
Optional new tile key for the source.
Returns
void
Api
Inherited from
ts
TileImage.setTileUrlFunctionsetUrl()
ts
setUrl(url): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/UrlTile.d.ts:177
Set the URL to use for requests.
Parameters
url
string
URL.
Returns
void
Api
Inherited from
ts
TileImage.setUrlsetUrls()
ts
setUrls(urls): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/UrlTile.d.ts:184
Deprecated. Use an ImageTile source instead. Set the URLs to use for requests.
Parameters
urls
string[]
URLs.
Returns
void
Api
Inherited from
ts
TileImage.setUrlstileUrlFunction()
ts
tileUrlFunction(
tileCoord,
pixelRatio,
projection): string | undefined;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/UrlTile.d.ts:117
Parameters
tileCoord
TileCoord
Tile coordinate.
pixelRatio
number
Pixel ratio.
projection
Projection
Projection.
Returns
string | undefined
Tile URL.
Inherited from
ts
TileImage.tileUrlFunctionunInternal()
ts
protected unInternal(type, listener): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/Observable.d.ts:93
Unlisten for a certain type of event.
Parameters
type
string | string[]
Type.
listener
(arg0) => unknown
Listener.
Returns
void
Inherited from
ts
TileImage.unInternalunset()
ts
unset(key, silent?): void;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/Object.d.ts:179
Unsets a property.
Parameters
key
string
Key name.
silent?
boolean
Unset without triggering an event.
Returns
void
Api
Inherited from
ts
TileImage.unset