Globe Service GetTile method

Gets a tile for a given location from a given layer.

 

GetTile(int LayerID, int Face, int Level, int Row, int Column)

 

Parameter

Description

LayerID

 

 

Face

 

 

Level

 

 

Row

 

 

Column

 

 

 

Return Value

<return value discussion>

 

Remarks

<discussion content>

 

Examples

C#

VB.NET

Java