Class IgbBingMapsMapImagery
UI element class used to display BingMapsMap imagery in the IgbGeographicMap.
Inheritance
System.Object
IgbBingMapsMapImagery
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbBingMapsMapImagery : IgbGeographicMapImagery, JsonSerializable
Constructors
IgbBingMapsMapImagery()
Declaration
public IgbBingMapsMapImagery()
Properties
ActualBingImageryRestUri
Gets or sets the Actual Bing Imagery Rest Uri.
Declaration
public string ActualBingImageryRestUri { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ActualSubDomains
Gets or sets the actual collection of image uri subdomains.
Declaration
public string[] ActualSubDomains { get; set; }
Property Value
| Type |
Description |
| System.String[] |
|
ActualTilePath
Gets or sets the actual map tile image uri.
Declaration
public string ActualTilePath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ApiKey
Declaration
public string ApiKey { get; set; }
Property Value
| Type |
Description |
| System.String |
|
BingImageryRestUri
Gets or sets the Bing Imagery Rest Uri.
Declaration
public string BingImageryRestUri { get; set; }
Property Value
| Type |
Description |
| System.String |
|
CultureName
Gets or sets the culture name for this tile source.
Declaration
public string CultureName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ImageryStyle
Gets or sets a map style of the Bing Maps imagery tiles.
For example: Aerial, AerialWithLabels, or Road map style.
Declaration
public BingMapsImageryStyle ImageryStyle { get; set; }
Property Value
IsDeferredLoad
Gets or sets whether the Bing Maps service should be auto-initialized upon valid property values.
Declaration
public bool IsDeferredLoad { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsInitialized
Gets a status whether the Bing Maps service is initialized.
Declaration
public bool IsInitialized { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SubDomains
Gets or sets the collection of image uri subdomains.
Declaration
public string[] SubDomains { get; set; }
Property Value
| Type |
Description |
| System.String[] |
|
TilePath
Gets or sets the map tile image uri.
Declaration
public string TilePath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
RequestMapSettings()
Declaration
public void RequestMapSettings()
RequestMapSettingsAsync()
Will Connect to the Bing Rest API and retrieve the required TilePath and Subdomains from the service. This requires a valid API key to already be set.
Declaration
public Task RequestMapSettingsAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements