Class IgbAzureMapsImagery
UI element class used to display AzureMaps imagery in the GeographicMap.
Inheritance
System.Object
IgbAzureMapsImagery
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbAzureMapsImagery : IgbGeographicMapImagery, JsonSerializable
Constructors
IgbAzureMapsImagery()
Declaration
public IgbAzureMapsImagery()
Properties
ApiKey
Declaration
public string ApiKey { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ApiVersion
Declaration
public string ApiVersion { 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 Azure Maps imagery tiles.
For example: Road map style.
Declaration
public AzureMapsImageryStyle ImageryStyle { get; set; }
Property Value
LocalizedView
Declaration
public string LocalizedView { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Timestamp
Declaration
public DateTime Timestamp { get; set; }
Property Value
| Type |
Description |
| System.DateTime |
|
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
Implements