Class TileUriArgs
Represents the custom URI event arguments. To render the imagery layer with custom URI, the event argument can be used.
Inheritance
System.Object
TileUriArgs
Namespace: Syncfusion.SfMaps.XForms
Assembly: Syncfusion.SfMaps.XForms.dll
Syntax
public class TileUriArgs : EventArgs
Constructors
TileUriArgs()
Declaration
public TileUriArgs()
Properties
Uri
Gets or sets the value for uri.
Declaration
public string Uri { get; set; }
Property Value
Type |
---|
System.String |
UriRequestTask
Gets or sets the requested uri task asynchronously.
Declaration
public Task<string> UriRequestTask { get; set; }
Property Value
Type |
---|
System.Threading.Tasks.Task<System.String> |
X
Gets the X co-Ordinate value of the tile image.
Declaration
public int X { get; }
Property Value
Type |
---|
System.Int32 |
Y
Gets the Y co-Ordinate value of the tile image.
Declaration
public int Y { get; }
Property Value
Type |
---|
System.Int32 |
ZoomLevel
Gets the current zoom level value of the tile image.
Declaration
public int ZoomLevel { get; }
Property Value
Type |
---|
System.Int32 |