Class IgbArcGISOnlineMapImagery
UI element class used to display ArcGIS Online Map imagery in the IgbGeographicMap.
Inheritance
System.Object
IgbArcGISOnlineMapImagery
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbArcGISOnlineMapImagery : IgbGeographicMapImagery, JsonSerializable
Constructors
IgbArcGISOnlineMapImagery()
Declaration
public IgbArcGISOnlineMapImagery()
Properties
DefaultTokenTimeout
Gets or Sets the Default Token Timeout before the Token Expires, this value is in Minutes
Declaration
public int DefaultTokenTimeout { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
IsMapPublic
Gets or sets the IsMapPublic variable. A value of false requires authentication parameters.
Declaration
public bool IsMapPublic { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
MapServerUri
Gets or sets the map tile server uri.
Declaration
public string MapServerUri { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Password
Gets or sets the Password.
Declaration
public string Password { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RefererUri
Contains the User Supplied Referer Uri to be used in Token Generation.
Declaration
public string RefererUri { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TokenGenerationEndPoint
Gets or Sets the current endpoint to retrieve the token.
Declaration
public string TokenGenerationEndPoint { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
UserName
Gets or sets the UserName.
Declaration
public string UserName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
UserToken
Gets or sets the UserToken.
Declaration
public string UserToken { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
AcquireNewToken()
Declaration
public void AcquireNewToken()
AcquireNewTokenAsync()
Retreives a new token based on the preconfigured parameters and updates the UserToken field, Normal this is called automatically.
The is provided to the end-user to allow them to reteive tokens on their onw.
Declaration
public Task AcquireNewTokenAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
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