MapTileLayerInstance.SetTileData(String, Byte[], String) Method

Definition

Sets the tile data.

public:
 void SetTileData(System::String ^ url, cli::array <System::Byte> ^ data, System::String ^ mimeType);
public void SetTileData (string url, byte[] data, string mimeType);
member this.SetTileData : string * byte[] * string -> unit
Public Sub SetTileData (url As String, data As Byte(), mimeType As String)

Parameters

url
String

The URL of the data source.

data
Byte[]

An array of bytes that represents the tile data to set.

mimeType
String

The MIME type of the tile data.

Applies to