RemoveMarkers

const val RemoveMarkers: Byte = 4

Use case: Remove displayed markers from map Precondition: Map with given id exists, markers with given ids exist Postcondition: Markers are not displated on map Arguments: mapId: id of map (returned by action CreateMapView) PFMapDataRequestParams.removeMarkerIds: ids of markers to remove (if empty, all markers are removed) Return value: nothing