|
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 this layer |
| agentUri | Input URI of map agent that issued request |
| format | Input requested response format |
- Returns:
- A byte reader containing the generated KML.
|