|
MapGuide API Reference
|
| virtual MgByteReader* MgRenderingService::RenderTile | ( | MgMap * | map, |
| CREFSTRING | baseMapLayerGroupName, | ||
| INT32 | tileColumn, | ||
| INT32 | tileRow | ||
| ) | [pure virtual] |
Returns the specified base map tile for the given map.
| map | Input map object containing current state of map. |
| baseMapLayerGroupName | Input Specifies the name of the baseMapLayerGroup for which to render the tile. |
| tileColumn | Input Specifies the column index of the tile to return. |
| tileRow | Input Specifies the row index of the tile to return. |