Class IgbGeographicMapImagery
Control class used for displaying multi-scale TileSource imagery. Designed to be used for background imagery in the IgbGeographicMap.
Inheritance
System.Object
IgbGeographicMapImagery
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbGeographicMapImagery : BaseRendererElement, JsonSerializable
Constructors
IgbGeographicMapImagery()
Declaration
public IgbGeographicMapImagery()
Properties
CancellingImage
Declaration
public Action<IgbCancellingMultiScaleImageEventArgs> CancellingImage { get; set; }
Property Value
CancellingImageScript
Declaration
public string CancellingImageScript { get; set; }
Property Value
Type |
Description |
System.String |
|
DownloadingImage
Declaration
public Action<IgbDownloadingMultiScaleImageEventArgs> DownloadingImage { get; set; }
Property Value
DownloadingImageScript
Declaration
public string DownloadingImageScript { get; set; }
Property Value
Type |
Description |
System.String |
|
GeographicMap
The IgbGeographicMap which is hosting this GeographicMapImagery control.
Declaration
public IgbGeographicMap GeographicMap { get; set; }
Property Value
ImagesChanged
Declaration
public Action<IgbImagesChangedEventArgs> ImagesChanged { get; set; }
Property Value
ImagesChangedScript
Declaration
public string ImagesChangedScript { get; set; }
Property Value
Type |
Description |
System.String |
|
ImageTilesReady
Declaration
public EventCallback<IgbImageTilesReadyEventArgs> ImageTilesReady { get; set; }
Property Value
ImageTilesReadyScript
Declaration
public string ImageTilesReadyScript { get; set; }
Property Value
Type |
Description |
System.String |
|
IsHorizontalWrappingEnabled
Gets or sets if horizontal wrapping is enabled for the imagery.
Declaration
public bool IsHorizontalWrappingEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Opacity
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Referer
Gets or sets the referer sent in the headers of the tile request.
Declaration
public string Referer { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
UserAgent
Gets or sets the UserAgent sent in the headers of the tile request.
Declaration
public string UserAgent { get; set; }
Property Value
Type |
Description |
System.String |
|
WindowRect
A rectangle representing the portion of the map imagery currently in view.
Declaration
public Rect WindowRect { get; set; }
Property Value
Methods
ClearTileCache()
Declaration
public void ClearTileCache()
ClearTileCacheAsync()
Removes all cached tile Imagery from the
Declaration
public Task ClearTileCacheAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Overrides
Implements