MapTileLayerInstance.GetTileData(String, String) Method

Definition

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.

Applies to