To export POIs to KML/KMZ files, use the command exchange/export_pois:
svc=exchange/export_pois¶ms={"fileName":<text>, "pois":[ { "itemId":<long>, "id":<long> } ], "compress":<bool>}
Current request can't be executed simultaneously with any request from this chapter and following requests:
| Name | Description |
|---|---|
| fileName | file name |
| pois | array of POIs |
| itemId | resource ID |
| id | POI ID |
| compress | compress file: 0 - no, 1 - yes |
Returns a file in KML/KMZ format.