|
Returns a layer definition in KML format.
- Parameters:
-
| layer | Input layer object for which to generate KML. |
| extents | Input required spatial data extents |
| width | Input map width in pixels |
| height | Input map height in pixels |
| dpi | Input resolution in dots per inch |
| drawOrder | Input the draw order for the layer containing these features |
| format | Input requested response format |
- Returns:
- A byte reader containing the generated KML.
|