MvtDataSet.MvtDataSet Constructors
Initializes a new instance of the MvtDataSet class.
Overload List
Name | Description | |
---|---|---|
Public method | MvtDataSet(System.String url) | Initializes a new instance of the MvtDataSet class with the given url. |
Public method | MvtDataSet(System.String path, System.String fileName) | Initializes a new instance of the MvtDataSet class with the given path and file name. |
MvtDataSet(System.String url)
Initializes a new instance of the MvtDataSet class with the given url.Syntax
public MvtDataSet (
System.String url
)
Parameters
url
Type: System.String
The URL of the MVT service that the data should connect to.
The URL of the MVT service that the data should connect to.
MvtDataSet(System.String path, System.String fileName)
Initializes a new instance of the MvtDataSet class with the given path and file name.Syntax
public MvtDataSet (
System.String path,
System.String fileName
)
Parameters
path
Type: System.String
The path to a local MBTiles file the dataset should read from.
The path to a local MBTiles file the dataset should read from.
fileName
Type: System.String
The filename of a local MBTiles file the dataset should read from.
The filename of a local MBTiles file the dataset should read from.
Platforms
Windows, Linux, Android