Class MapTile
Map Map Tile Data
Inheritance
System.Object
MapTile
Namespace: BoldReports.Serialization.JsonModels
Assembly: BoldReports.UWP.dll
Syntax
public class MapTile : Object
Constructors
MapTile()
Declaration
public MapTile()
Properties
MIMEType
Declaration
public string MIMEType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TileData
Declaration
public string TileData { get; set; }
Property Value
Type | Description |
---|---|
System.String |