TileProviderError
external class TileProviderError(provider: ImageryProvider, var message: String, var x: Double = definedExternally, var y: Double = definedExternally, var level: Int = definedExternally, var timesRetried: Double = definedExternally, var error: Error = definedExternally)(source)
Provides details about an error that occurred in an ImageryProvider or a TerrainProvider.
Parameters
provider
The imagery or terrain provider that experienced the error.
See also
Constructors
Properties
Link copied to clipboard
The ImageryProvider or TerrainProvider that experienced the error.
Link copied to clipboard
Link copied to clipboard
The number of times this operation has been retried. Default value - 0