To create graphic layer with POIs, use the command renderer/create_poi_layer:
svc=renderer/create_poi_layer¶ms={"rname":<text>, "showCaptions":<bool>, "pois":[{ "resourceId":<long>, "poiId":[<long>] }]}
| Name | Description |
|---|---|
| rname | renderer name (see Create image renderer) |
| showCaptions | show POI names: 0 - no, 1 - yes |
| pois | array of POIs |
| resourceId | resource ID |
| poiId | POI ID |
{ "error":<uint> /* error code (0 - successful execution) */ }