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:
-
map | Input map object containing current state of map. |
baseMapLayerGroupName | Input Specifies the name of the baseMapLayerGroup for which to render the tile. |
x | Input Specifies the row index of the tile to return. |
y | Input Specifies the column index of the tile to return. |
z | Input Specifies the zoom level of the tile to return. |
- Returns:
- A byte reader containing the rendered tile image.
- Since:
- 3.0