MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual MgByteReader* MgRenderingService::RenderTileXYZ ( MgMap map,
CREFSTRING  baseMapLayerGroupName,
INT32  x,
INT32  y,
INT32  z 
) [pure virtual]

Returns the specified map tile for the given map. Tile structure is based on the XYZ tiling scheme used by Google Maps, OpenStreetMap, and others.

Parameters:
mapInput map object containing current state of map.
baseMapLayerGroupNameInput Specifies the name of the baseMapLayerGroup for which to render the tile.
xInput Specifies the row index of the tile to return.
yInput Specifies the column index of the tile to return.
zInput Specifies the zoom level of the tile to return.
Returns:
A byte reader containing the rendered tile image.
Since:
3.0