MapTileLayerInstance.GetTileData(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the tile data.
public:
System::IO::Stream ^ GetTileData(System::String ^ url, [Runtime::InteropServices::Out] System::String ^ % mimeType);
public System.IO.Stream GetTileData (string url, out string mimeType);
member this.GetTileData : string * string -> System.IO.Stream
Public Function GetTileData (url As String, ByRef mimeType As String) As Stream
Parameters
- url
- String
The URL of the data source.
- mimeType
- String
The MIME type of the tile data.
Returns
A Stream to the underlying tile data.